diff options
Diffstat (limited to 'chromeos')
-rw-r--r-- | chromeos/chromeos_switches.cc | 4 | ||||
-rw-r--r-- | chromeos/chromeos_switches.h | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/chromeos/chromeos_switches.cc b/chromeos/chromeos_switches.cc index cbb7792..dc61a75 100644 --- a/chromeos/chromeos_switches.cc +++ b/chromeos/chromeos_switches.cc @@ -204,8 +204,8 @@ const char kStubCrosSettings[] = "stub-cros-settings"; // Disables user image sync. const char kDisableUserImageSync[] = "disable-user-image-sync"; -// Enables SAML sigin support. -const char kEnableSamlSignin[] = "enable-saml-signin"; +// Disables SAML sigin support. +const char kDisableSamlSignin[] = "disable-saml-signin"; // Disables new first-run overlay UI. const char kDisableFirstRunUI[] = "disable-first-run-ui"; diff --git a/chromeos/chromeos_switches.h b/chromeos/chromeos_switches.h index 7f131ae..310ad52 100644 --- a/chromeos/chromeos_switches.h +++ b/chromeos/chromeos_switches.h @@ -77,7 +77,7 @@ CHROMEOS_EXPORT extern const char kDisableUserImageSync[]; CHROMEOS_EXPORT extern const char kDisableFirstRunUI[]; CHROMEOS_EXPORT extern const char kForceFirstRunUI[]; CHROMEOS_EXPORT extern const char kEnableFirstRunUITransitions[]; -CHROMEOS_EXPORT extern const char kEnableSamlSignin[]; +CHROMEOS_EXPORT extern const char kDisableSamlSignin[]; CHROMEOS_EXPORT extern const char kTestAutoUpdateUI[]; CHROMEOS_EXPORT extern const char kEnableSupervisedPasswordSync[]; |