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 f15e93985ad89340f7efd86d57ab9abe28a25ab5..176aab26de2326661df6a48861d8117b24976c84 100644 |
--- a/components/signin/core/common/profile_management_switches.cc |
+++ b/components/signin/core/common/profile_management_switches.cc |
@@ -46,8 +46,11 @@ bool IsEnableWebBasedSignin() { |
} |
bool IsFastUserSwitching() { |
+ bool use_mirror_promo_menu = |
+ CommandLine::ForCurrentProcess()->HasSwitch(switches::kNewAvatarMenu) && |
+ !IsNewProfileManagement(); |
return CommandLine::ForCurrentProcess()->HasSwitch( |
- switches::kFastUserSwitching); |
+ switches::kFastUserSwitching) || use_mirror_promo_menu; |
} |
bool IsGoogleProfileInfo() { |