| 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 d2a0e8f42b30dea3b3308f694aa25f5e0c46f6cf..ec7e461a237f81a0949a3ff3bf1d10dd4cf1948d 100644
|
| --- a/chrome/browser/ui/webui/sync_setup_handler.cc
|
| +++ b/chrome/browser/ui/webui/sync_setup_handler.cc
|
| @@ -1357,7 +1357,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_)));
|
|
|
|
|