| 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 bdfbf2759aaddc77c2506039fddafc4502d0649a..7ed543d0967e093bfa46872e45061a2493fd8083 100644
|
| --- a/components/signin/core/common/profile_management_switches.h
|
| +++ b/components/signin/core/common/profile_management_switches.h
|
| @@ -22,15 +22,10 @@ bool IsEnableAccountConsistency();
|
| // Whether the chrome.identity API should be multi-account.
|
| bool IsExtensionsMultiAccount();
|
|
|
| -// Use new profile management system, including profile sign-out and new
|
| -// choosers.
|
| -bool IsNewProfileManagement();
|
| -
|
| // Checks whether the new gaia password separated sign in flow is enabled.
|
| bool UsePasswordSeparatedSigninFlow();
|
|
|
| -// Called in tests to force enabling different modes.
|
| -void EnableNewProfileManagementForTesting(base::CommandLine* command_line);
|
| +// Called in tests to force enable account consistency.
|
| void EnableAccountConsistencyForTesting(base::CommandLine* command_line);
|
|
|
| } // namespace switches
|
|
|