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

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

Issue 372033002: Change semantics of newProfileManagement() to accountConsistency() (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix profile_chooser_controller_test Created 6 years, 5 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/ash/chrome_shell_delegate.cc
diff --git a/chrome/browser/ui/ash/chrome_shell_delegate.cc b/chrome/browser/ui/ash/chrome_shell_delegate.cc
index 1bf5871a82c1f1391d2a1402daa0e2342528b4b6..d4daa66cf2c6a900dbdc57421225fa8569e4dadd 100644
--- a/chrome/browser/ui/ash/chrome_shell_delegate.cc
+++ b/chrome/browser/ui/ash/chrome_shell_delegate.cc
@@ -88,7 +88,7 @@ bool ChromeShellDelegate::IsRunningInForcedAppMode() const {
bool ChromeShellDelegate::IsMultiAccountEnabled() const {
#if defined(OS_CHROMEOS)
- return switches::IsNewProfileManagement();
+ return switches::IsEnableAccountConsistency();
#endif
return false;
}
« no previous file with comments | « chrome/browser/signin/signin_tracker_factory.cc ('k') | chrome/browser/ui/cocoa/profiles/profile_chooser_controller.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698