| Index: components/signin/core/common/profile_management_switches.h
|
| diff --git a/components/signin/core/common/profile_management_switches.h b/components/signin/core/common/profile_management_switches.h
|
| index a2f1f1c63604c8e0252faa77863f02acd361c4ed..edda1543607df4e9803a172dc58c92326d474df7 100644
|
| --- a/components/signin/core/common/profile_management_switches.h
|
| +++ b/components/signin/core/common/profile_management_switches.h
|
| @@ -38,6 +38,9 @@ bool UsePasswordSeparatedSigninFlow();
|
| // Whether the new Material Design User Manager should be displayed.
|
| bool IsMaterialDesignUserManager();
|
|
|
| +// Whether the redesigned desktop user menu should be displayed.
|
| +bool IsRedesignedDesktopUserMenu();
|
| +
|
| // Called in tests to force enabling different modes.
|
| void EnableNewProfileManagementForTesting(base::CommandLine* command_line);
|
| void EnableAccountConsistencyForTesting(base::CommandLine* command_line);
|
|
|