| Index: chrome/browser/ui/sync/one_click_signin_sync_starter.cc
|
| diff --git a/chrome/browser/ui/sync/one_click_signin_sync_starter.cc b/chrome/browser/ui/sync/one_click_signin_sync_starter.cc
|
| index c9e030ac652d0696c00b8a111fff86e84ee091e9..11c41ac1019bf3b7161f1c0852c298b6eee691b2 100644
|
| --- a/chrome/browser/ui/sync/one_click_signin_sync_starter.cc
|
| +++ b/chrome/browser/ui/sync/one_click_signin_sync_starter.cc
|
| @@ -67,7 +67,7 @@ void OneClickSigninSyncStarter::SigninSuccess() {
|
| // ProfileSyncService::setup_in_progress flag because we don't want sync
|
| // to start up until after the configure UI is displayed (the configure UI
|
| // will clear the flag when the user is done setting up sync).
|
| - LoginUIServiceFactory::GetForProfile(profile_)->ShowLoginUI(false);
|
| + LoginUIServiceFactory::GetForProfile(profile_)->ShowLoginUI();
|
| }
|
|
|
| delete this;
|
|
|