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

Unified Diff: components/signin/core/common/signin_switches.h

Issue 323133005: Enable consistent identity on android platform by default. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebased Created 6 years, 6 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: components/signin/core/common/signin_switches.h
diff --git a/components/signin/core/common/signin_switches.h b/components/signin/core/common/signin_switches.h
index 60d51e2196836f4ceef7a3cb458f4768425607fd..a7ee6c8d33d86948247a99eb722917c1fa6a4d2a 100644
--- a/components/signin/core/common/signin_switches.h
+++ b/components/signin/core/common/signin_switches.h
@@ -14,13 +14,15 @@ namespace switches {
// All switches in alphabetical order. The switches should be documented
// alongside the definition of their values in the .cc file.
extern const char kClearTokenService[];
+extern const char kDisableAccountConsistency[];
+extern const char kDisableNewProfileManagement[];
extern const char kEnableAccountConsistency[];
+extern const char kEnableNewProfileManagement[];
extern const char kEnableWebBasedSignin[];
extern const char kExtensionsMultiAccount[];
extern const char kFastUserSwitching[];
extern const char kGoogleProfileInfo[];
extern const char kNewAvatarMenu[];
-extern const char kNewProfileManagement[];
} // namespace switches
« no previous file with comments | « components/signin/core/common/profile_management_switches.cc ('k') | components/signin/core/common/signin_switches.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698