| 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 fe275f9895d07f0a983a12b7936bef60ebf59660..657e064007fbb97df7ffbd26ddc4d874215fd826 100644
|
| --- a/chrome/browser/ui/webui/sync_setup_handler.cc
|
| +++ b/chrome/browser/ui/webui/sync_setup_handler.cc
|
| @@ -393,8 +393,12 @@ void SyncSetupHandler::DisplayConfigureSync(bool show_advanced,
|
|
|
| service->UnsuppressAndStart();
|
| DisplaySpinner();
|
| +
|
| // To listen to the token available notifications, start SigninTracker.
|
| - signin_tracker_.reset(new SigninTracker(GetProfile(), this));
|
| + signin_tracker_.reset(
|
| + new SigninTracker(GetProfile(),
|
| + this,
|
| + SigninTracker::SERVICES_INITIALIZING));
|
| return;
|
| }
|
|
|
|
|