| 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";
|
|
|