| 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 bf1cd84217640bdbf824647677edf35b9cd90297..0e66d0b691ce76554a8defe5de08fcd9e49cc7d7 100644
|
| --- a/components/signin/core/common/profile_management_switches.cc
|
| +++ b/components/signin/core/common/profile_management_switches.cc
|
| @@ -136,10 +136,6 @@ bool UsePasswordSeparatedSigninFlow() {
|
| switches::kUsePasswordSeparatedSigninFlow);
|
| }
|
|
|
| -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));
|
|
|