| Index: chrome/common/chrome_switches.cc
|
| diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
|
| index d71827df7e2ad639fb0ebb2cf9a5e561ae4d390a..1556368a44fae86f7186c825b67f173a5193018b 100644
|
| --- a/chrome/common/chrome_switches.cc
|
| +++ b/chrome/common/chrome_switches.cc
|
| @@ -1449,9 +1449,6 @@ const char kEnableTouchpadThreeFingerClick[]
|
| const char kEnableTouchpadThreeFingerSwipe[]
|
| = "enable-touchpad-three-finger-swipe";
|
|
|
| -// Skips OAuth part of ChromeOS login process.
|
| -const char kSkipOAuthLogin[] = "skip-oauth-login";
|
| -
|
| // Enable Kiosk mode for ChromeOS.
|
| const char kEnableKioskMode[] = "enable-kiosk-mode";
|
|
|
| @@ -1468,6 +1465,9 @@ const char kEnableStaticIPConfig[] = "enable-static-ip-config";
|
| // Passed to Chrome on first boot. Not passed on restart after sign out.
|
| const char kFirstBoot[] = "first-boot";
|
|
|
| +// Forces driving authentication through OAuth2 stack instead of OAuth1.
|
| +const char kForceOAuth2[] = "force-oauth2";
|
| +
|
| // If true, the Chromebook has a Chrome OS keyboard. Don't use the flag for
|
| // Chromeboxes.
|
| const char kHasChromeOSKeyboard[] = "has-chromeos-keyboard";
|
|
|