| Index: chrome/browser/ui/webui/sync_setup_handler.cc
|
| ===================================================================
|
| --- chrome/browser/ui/webui/sync_setup_handler.cc (revision 177805)
|
| +++ chrome/browser/ui/webui/sync_setup_handler.cc (working copy)
|
| @@ -393,8 +393,12 @@
|
|
|
| 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;
|
| }
|
|
|
|
|