| Index: chrome/browser/ui/webui/sync_setup_handler.cc
|
| ===================================================================
|
| --- chrome/browser/ui/webui/sync_setup_handler.cc (revision 150796)
|
| +++ chrome/browser/ui/webui/sync_setup_handler.cc (working copy)
|
| @@ -186,8 +186,8 @@
|
| }
|
|
|
| bool IsClientOAuthEnabled() {
|
| - return !CommandLine::ForCurrentProcess()->HasSwitch(
|
| - switches::kDisableClientOAuthSignin);
|
| + return CommandLine::ForCurrentProcess()->HasSwitch(
|
| + switches::kEnableClientOAuthSignin);
|
| }
|
|
|
| } // namespace
|
|
|