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

Unified Diff: chrome/browser/sync/sync_global_error.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/sync/sync_global_error.cc
diff --git a/chrome/browser/sync/sync_global_error.cc b/chrome/browser/sync/sync_global_error.cc
index 9772019901812c8159fd32d7344da4c5b8811bd5..b6b0385942ae9a9f68ca5693075bd9fc40f223ea 100644
--- a/chrome/browser/sync/sync_global_error.cc
+++ b/chrome/browser/sync/sync_global_error.cc
@@ -63,7 +63,7 @@ void SyncGlobalError::ExecuteMenuItem(Browser* browser) {
return;
}
#endif
- LoginUIServiceFactory::GetForProfile(service_->profile())->ShowLoginUI(false);
+ LoginUIServiceFactory::GetForProfile(service_->profile())->ShowLoginUI();
}
bool SyncGlobalError::HasBubbleView() {
« no previous file with comments | « chrome/browser/extensions/app_notify_channel_ui.cc ('k') | chrome/browser/sync/sync_global_error_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698