| Index: chrome/browser/ui/browser.cc
|
| diff --git a/chrome/browser/ui/browser.cc b/chrome/browser/ui/browser.cc
|
| index b7dce0220a52b35376c34c410973d40b42502174..218238f20d25baf4d5fa2e5118ccc8a28e22ef57 100644
|
| --- a/chrome/browser/ui/browser.cc
|
| +++ b/chrome/browser/ui/browser.cc
|
| @@ -2297,7 +2297,7 @@ void Browser::ShowSyncSetup(SyncPromoUI::Source source) {
|
| ShowSingletonTabOverwritingNTP(params);
|
| } else {
|
| LoginUIServiceFactory::GetForProfile(
|
| - profile()->GetOriginalProfile())->ShowLoginUI(false);
|
| + profile()->GetOriginalProfile())->ShowLoginUI();
|
| }
|
| }
|
|
|
|
|