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..60d51e2196836f4ceef7a3cb458f4768425607fd 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 kEnableAccountConsistency[]; |
extern const char kEnableWebBasedSignin[]; |
extern const char kExtensionsMultiAccount[]; |
extern const char kFastUserSwitching[]; |