| 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 f765170ef7e7883ce851abbe94bd66f085a5019a..aafe7fb622c713d948282d6f16a81ac18e9aa327 100644
|
| --- a/components/signin/core/common/profile_management_switches.cc
|
| +++ b/components/signin/core/common/profile_management_switches.cc
|
| @@ -151,7 +151,7 @@ bool IsNewAvatarMenu() {
|
| #if defined(OS_ANDROID) || defined(OS_IOS) || defined(OS_CHROMEOS)
|
| return false;
|
| #else
|
| - return GetProcessState() >= STATE_NEW_AVATAR_MENU;
|
| + return true;
|
| #endif
|
| }
|
|
|
|
|