Chromium Code Reviews| Index: components/signin/core/common/profile_management_switches.cc |
| diff --git a/components/signin/core/common/profile_management_switches.cc b/components/signin/core/common/profile_management_switches.cc |
| index c1afca4f4dc6e8a87a96f7f2086e488522811481..9a494083e01f95a1845ff07ffcb66e8dd284ed4d 100644 |
| --- a/components/signin/core/common/profile_management_switches.cc |
| +++ b/components/signin/core/common/profile_management_switches.cc |
| @@ -122,8 +122,8 @@ bool IsFastUserSwitching() { |
| } |
| bool IsGoogleProfileInfo() { |
| - return CheckFlag(switches::kGoogleProfileInfo, |
| - STATE_NEW_PROFILE_MANAGEMENT); |
| + return IsNewAvatarMenu() || |
| + CheckFlag(switches::kGoogleProfileInfo,STATE_NONE); |
|
Roger Tawa OOO till Jul 10th
2014/08/04 15:31:25
nit: space after ,
noms (inactive)
2014/08/04 17:27:43
Done.
|
| } |
| bool IsNewAvatarMenu() { |