| Index: chrome/browser/ui/webui/sync_setup_handler.cc
|
| diff --git a/chrome/browser/ui/webui/sync_setup_handler.cc b/chrome/browser/ui/webui/sync_setup_handler.cc
|
| index cc40700a63846b5592863da146d5c6fd0461f2bb..1b08e61b7e9064b0355c3e955aa62a46b3d2d454 100644
|
| --- a/chrome/browser/ui/webui/sync_setup_handler.cc
|
| +++ b/chrome/browser/ui/webui/sync_setup_handler.cc
|
| @@ -1302,7 +1302,7 @@ void SyncSetupHandler::CloseGaiaSigninPage() {
|
| // if the user clicks 'cancel' in the enterprise signin dialog), so
|
| // closing this tab in mid-handler can cause crashes. Instead, close it
|
| // via a task so we know we aren't in the middle of any webui code.
|
| - MessageLoop::current()->PostTask(
|
| + base::MessageLoop::current()->PostTask(
|
| FROM_HERE,
|
| base::Bind(&CloseTab, base::Unretained(active_gaia_signin_tab_)));
|
|
|
|
|