| 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 84a3a89b75ee7ce81badcf51733ae636cadf6225..88c65abb0a555a59eb1397bc36e493f8fe002f9c 100644
|
| --- a/components/signin/core/common/profile_management_switches.cc
|
| +++ b/components/signin/core/common/profile_management_switches.cc
|
| @@ -85,7 +85,7 @@ State GetProcessState() {
|
| }
|
|
|
| // Set the default state
|
| -#if defined(OS_ANDROID)
|
| +#if defined(OS_ANDROID) || defined(OS_IOS)
|
| State state = STATE_ACCOUNT_CONSISTENCY;
|
| #else
|
| State state = STATE_OLD_AVATAR_MENU;
|
|
|