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

Unified Diff: chrome/common/profile_management_switches.cc

Issue 115393004: Turn on inline signin by default (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebased Created 7 years 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/common/profile_management_switches.cc
diff --git a/chrome/common/profile_management_switches.cc b/chrome/common/profile_management_switches.cc
index 70dda700697d92dc90b09433bc0605228060a6ba..634eb216d19a6acdd4789634ff27edaceeff95d8 100644
--- a/chrome/common/profile_management_switches.cc
+++ b/chrome/common/profile_management_switches.cc
@@ -10,8 +10,8 @@
namespace switches {
bool IsEnableInlineSignin() {
- return CommandLine::ForCurrentProcess()->HasSwitch(
- switches::kEnableInlineSignin);
+ return !CommandLine::ForCurrentProcess()->HasSwitch(
+ switches::kEnableWebBasedSignin);
}
bool IsGoogleProfileInfo() {
« chrome/common/profile_management_switches.h ('K') | « chrome/common/profile_management_switches.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698