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

Unified Diff: chrome/common/profile_management_switches.cc

Issue 120343004: Reland r242290, r241609, r242134. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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
« no previous file with comments | « chrome/common/chrome_switches.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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() {
bcwhite 2013/12/23 17:41:48 This function should have been renamed to match th
- return CommandLine::ForCurrentProcess()->HasSwitch(
- switches::kEnableInlineSignin);
+ return !CommandLine::ForCurrentProcess()->HasSwitch(
+ switches::kEnableWebBasedSignin);
}
bool IsGoogleProfileInfo() {
« no previous file with comments | « chrome/common/chrome_switches.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698