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 300063005: Add new flag for consistent identity. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebased Created 6 years, 7 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 2e5dcbe96f1734c23ea4123f651aae82d275d021..ae624e3ce07aa166cd1c74dabd65df33e5f87199 100644
--- a/components/signin/core/common/signin_switches.h
+++ b/components/signin/core/common/signin_switches.h
@@ -7,9 +7,14 @@
namespace switches {
+// These switches should not be queried from CommandLine::HasSwitch() directly.
+// Always go through the helper functions in profile_management_switches.h
+// to properly take into account the state of field trials.
+
// 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 kConsistentIdentity[];
extern const char kEnableWebBasedSignin[];
extern const char kExtensionsMultiAccount[];
extern const char kFastUserSwitching[];

Powered by Google App Engine
This is Rietveld 408576698