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

Unified Diff: components/signin/core/common/profile_management_switches.cc

Issue 958963003: Enable account consistency. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 10 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/signin/core/common/profile_management_switches.cc
diff --git a/components/signin/core/common/profile_management_switches.cc b/components/signin/core/common/profile_management_switches.cc
index 84a3a89b75ee7ce81badcf51733ae636cadf6225..88c65abb0a555a59eb1397bc36e493f8fe002f9c 100644
--- a/components/signin/core/common/profile_management_switches.cc
+++ b/components/signin/core/common/profile_management_switches.cc
@@ -85,7 +85,7 @@ State GetProcessState() {
}
// Set the default state
-#if defined(OS_ANDROID)
+#if defined(OS_ANDROID) || defined(OS_IOS)
State state = STATE_ACCOUNT_CONSISTENCY;
#else
State state = STATE_OLD_AVATAR_MENU;
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698