Chromium Code Reviews| 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() { |