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..d24145cf013f0c93de1291cc2205361536a11a03 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); |
} |
bool IsNewAvatarMenu() { |