| Index: chrome/browser/ui/webui/sync_setup_handler.cc
|
| diff --git a/chrome/browser/ui/webui/sync_setup_handler.cc b/chrome/browser/ui/webui/sync_setup_handler.cc
|
| index 22744f089233bd896a469f6d2b601df5779ac073..e334eb1942f89528ed1e70fc49a03d736aeea9e9 100644
|
| --- a/chrome/browser/ui/webui/sync_setup_handler.cc
|
| +++ b/chrome/browser/ui/webui/sync_setup_handler.cc
|
| @@ -186,8 +186,8 @@ bool AreUserNamesEqual(const string16& user1, const string16& user2) {
|
| }
|
|
|
| bool IsClientOAuthEnabled() {
|
| - return CommandLine::ForCurrentProcess()->HasSwitch(
|
| - switches::kEnableClientOAuthSignin);
|
| + return !CommandLine::ForCurrentProcess()->HasSwitch(
|
| + switches::kDisableClientOAuthSignin);
|
| }
|
|
|
| } // namespace
|
|
|