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

Unified Diff: chrome/common/chrome_switches.h

Issue 11649055: OAuth2 sign-in flow for ChromeOS (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: clang fix 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.h
diff --git a/chrome/common/chrome_switches.h b/chrome/common/chrome_switches.h
index 0cbed9553958ea96b0a37caddff9f853496693a1..50725ed6bc9452cf592902265a504e973b04c16d 100644
--- a/chrome/common/chrome_switches.h
+++ b/chrome/common/chrome_switches.h
@@ -399,12 +399,12 @@ extern const char kEnableChromeCaptivePortalDetector[];
extern const char kEnableDriveMetadataPrefetch[];
extern const char kEnableTouchpadThreeFingerClick[];
extern const char kEnableTouchpadThreeFingerSwipe[];
-extern const char kSkipOAuthLogin[];
extern const char kEnableKioskMode[];
extern const char kDisableLocalAccounts[];
extern const char kEnableRequestTabletSite[];
extern const char kEnableStaticIPConfig[];
extern const char kFirstBoot[];
+extern const char kForceOAuth1[];
extern const char kHasChromeOSKeyboard[];
extern const char kKioskModeScreensaverPath[];
extern const char kLoginManager[];

Powered by Google App Engine
This is Rietveld 408576698