Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2107)

Unified Diff: chrome/common/chrome_switches.cc

Issue 11649055: OAuth2 sign-in flow for ChromeOS (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 11 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: chrome/common/chrome_switches.cc
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
index 32c2e3331d8bb4db37ababcdf5ec9ab97b598e78..aa842abf5f8da8d77b07f0e959247d360e59ac57 100644
--- a/chrome/common/chrome_switches.cc
+++ b/chrome/common/chrome_switches.cc
@@ -1446,9 +1446,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";
@@ -1465,6 +1462,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";
« chrome/browser/chromeos/login/oauth_login_manager.cc ('K') | « chrome/common/chrome_switches.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698