| 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 e9f883cf3699827dd0365317824c0eca07a52940..733ea083103946bcdbe6355725317adf59a011a2 100644
|
| --- a/components/signin/core/common/profile_management_switches.cc
|
| +++ b/components/signin/core/common/profile_management_switches.cc
|
| @@ -36,19 +36,11 @@ bool IsExtensionsMultiAccount() {
|
| IsEnableAccountConsistency();
|
| }
|
|
|
| -bool IsNewProfileManagement() {
|
| - return true;
|
| -}
|
| -
|
| bool UsePasswordSeparatedSigninFlow() {
|
| return base::FeatureList::IsEnabled(
|
| switches::kUsePasswordSeparatedSigninFlow);
|
| }
|
|
|
| -void EnableNewProfileManagementForTesting(base::CommandLine* command_line) {
|
| - // No-op as new profile management is always enabled.
|
| -}
|
| -
|
| void EnableAccountConsistencyForTesting(base::CommandLine* command_line) {
|
| command_line->AppendSwitch(switches::kEnableAccountConsistency);
|
| }
|
|
|