| 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 a49776224f2478623298b5506478b33251119bb0..e66596b24849cc7be06c91549def94a4ceff56a6 100644
|
| --- a/components/signin/core/common/profile_management_switches.cc
|
| +++ b/components/signin/core/common/profile_management_switches.cc
|
| @@ -140,6 +140,10 @@ bool IsMaterialDesignUserManager() {
|
| return base::FeatureList::IsEnabled(switches::kMaterialDesignUserManager);
|
| }
|
|
|
| +bool IsMaterialDesignUserMenu() {
|
| + return base::FeatureList::IsEnabled(switches::kMaterialDesignUserMenu);
|
| +}
|
| +
|
| void EnableNewProfileManagementForTesting(base::CommandLine* command_line) {
|
| command_line->AppendSwitch(switches::kEnableNewProfileManagement);
|
| DCHECK(!command_line->HasSwitch(switches::kDisableNewProfileManagement));
|
|
|