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

Unified Diff: chrome/common/chrome_switches.cc

Issue 10800010: Revert 140439 - Make OTP sign in on by default. It can be turned off in about:flags (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Fix error handling for ASPs Created 8 years, 5 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
« no previous file with comments | « chrome/common/chrome_switches.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/chrome_switches.cc
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
index ec397c9fb04f92a3b1424ab1f63ca8df062370fa..f7ab36416b527bacf999cbafd46a3fa0eeaed671 100644
--- a/chrome/common/chrome_switches.cc
+++ b/chrome/common/chrome_switches.cc
@@ -270,10 +270,6 @@ const char kDisableBackgroundNetworking[] = "disable-background-networking";
// Disables the bundled PPAPI version of Flash (if it's enabled by default).
const char kDisableBundledPpapiFlash[] = "disable-bundled-ppapi-flash";
-// Disable the ClientOAuth signin flow for connecting a profile to a Google
-// account. When disabled, Chrome will use the ClientLogin flow instead.
-const char kDisableClientOAuthSignin[] = "disable-client-oauth-signin";
-
// Disables Chrome To Mobile.
const char kDisableChromeToMobile[] = "disable-chrome-to-mobile";
@@ -478,6 +474,10 @@ const char kEnableBenchmarking[] = "enable-benchmarking";
// Enables the bundled PPAPI version of Flash.
const char kEnableBundledPpapiFlash[] = "enable-bundled-ppapi-flash";
+// Enables the new ClientOAuth signin flow for connecting a profile a Google
+// account. When disabled, Chrome will use the ClientLogin flow instead.
+const char kEnableClientOAuthSignin[] = "enable-client-oauth-signin";
+
// Enables Chrome To Mobile.
// This switch is not currently respected; use the disable switch instead.
const char kEnableChromeToMobile[] = "enable-chrome-to-mobile";
« no previous file with comments | « chrome/common/chrome_switches.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698