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

Unified Diff: chrome/browser/ui/webui/sync_setup_handler.cc

Issue 10834251: Revert 148201 - Re-enable OTP sign in on trunk by reverting most of 147297. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 4 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/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
« no previous file with comments | « chrome/browser/sync/profile_sync_service_harness.cc ('k') | chrome/browser/ui/webui/sync_setup_handler_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698