| Index: chrome/common/chrome_switches.cc
|
| ===================================================================
|
| --- chrome/common/chrome_switches.cc (revision 177312)
|
| +++ chrome/common/chrome_switches.cc (working copy)
|
| @@ -1441,9 +1441,6 @@
|
| 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";
|
|
|
| @@ -1460,6 +1457,10 @@
|
| // Passed to Chrome on first boot. Not passed on restart after sign out.
|
| const char kFirstBoot[] = "first-boot";
|
|
|
| +// Forces driving authentication through the legacy OAuth1 flow instead of
|
| +// new flow based on OAuth2.
|
| +const char kForceOAuth1[] = "force-oauth1";
|
| +
|
| // If true, the Chromebook has a Chrome OS keyboard. Don't use the flag for
|
| // Chromeboxes.
|
| const char kHasChromeOSKeyboard[] = "has-chromeos-keyboard";
|
|
|