Skip to content

Commit a3baf7d

Browse files
committed
Fix 35d3248a - Impl login dialog queue to merge multiple login windows
1 parent 015acc2 commit a3baf7d

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/browser/shell_login_dialog.cc

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -173,10 +173,6 @@ void ShellLoginDialog::SendAuthToRequester(bool success,
173173
} else
174174
request_->CancelAuth();
175175
ResourceDispatcherHost::Get()->ClearLoginDelegateForRequest(request_);
176-
177-
BrowserThread::PostTask(
178-
BrowserThread::UI, FROM_HERE,
179-
base::Bind(&ShellLoginDialog::PlatformCleanUp, this));
180176
}
181177

182178
void ShellLoginDialog::NotifyAuthSupplied(const string16& username,

0 commit comments

Comments
 (0)