Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(7459)

Unified Diff: chrome/browser/ui/browser.cc

Issue 10192005: Refactor LoginUIService to not rely on WebUI. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Review feedback. Created 8 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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();
}
}
« no previous file with comments | « chrome/browser/sync/sync_global_error_unittest.cc ('k') | chrome/browser/ui/sync/one_click_signin_sync_starter.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698