| Index: chrome/browser/login_prompt_gtk.cc
|
| ===================================================================
|
| --- chrome/browser/login_prompt_gtk.cc (revision 32814)
|
| +++ chrome/browser/login_prompt_gtk.cc (working copy)
|
| @@ -182,8 +182,8 @@
|
| ChromeThread::UI, FROM_HERE,
|
| NewRunnableMethod(this, &LoginHandlerGtk::CloseContentsDeferred));
|
| ChromeThread::PostTask(
|
| - ChromeThread::UI, FROM_HERE,
|
| - NewRunnableMethod(this, &LoginHandlerGtk::SendNotifications));
|
| + ChromeThread::UI, FROM_HERE,
|
| + NewRunnableMethod(this, &LoginHandlerGtk::SendNotifications));
|
| ChromeThread::PostTask(
|
| ChromeThread::IO, FROM_HERE,
|
| NewRunnableMethod(this, &LoginHandlerGtk::CancelAuthDeferred));
|
| @@ -215,6 +215,8 @@
|
| NewRunnableMethod(this, &LoginHandlerGtk::SendNotifications));
|
| }
|
|
|
| + // The constrained window is going to delete itself; clear our pointer.
|
| + dialog_ = NULL;
|
| SetModel(NULL);
|
|
|
| // Delete this object once all InvokeLaters have been called.
|
|
|