| 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 d01296a68e6d29139b91dba13b014bde4805bd53..84200990abc9c539529ab1fcb899bb10afed7ce7 100644
|
| --- a/components/signin/core/common/profile_management_switches.cc
|
| +++ b/components/signin/core/common/profile_management_switches.cc
|
| @@ -140,9 +140,8 @@ bool IsNewProfileManagement() {
|
| }
|
|
|
| bool IsNewProfileManagementPreviewEnabled() {
|
| - bool is_new_avatar_menu =
|
| - CommandLine::ForCurrentProcess()->HasSwitch(switches::kNewAvatarMenu);
|
| - return is_new_avatar_menu && IsNewProfileManagement();
|
| + // No promotion to Enable Account Consistency.
|
| + return false;
|
| }
|
|
|
| void EnableNewProfileManagementForTesting(base::CommandLine* command_line) {
|
|
|