| 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 9ef7ab64caf262f5b5eb1edbef14647378366f19..f6b2190e0a8e00a9f2912e3712df6d6a04a2fb7c 100644
|
| --- a/components/signin/core/common/profile_management_switches.h
|
| +++ b/components/signin/core/common/profile_management_switches.h
|
| @@ -34,6 +34,10 @@ bool IsNewProfileManagement();
|
|
|
| // Whether the new profile management preview has been enabled.
|
| bool IsNewProfileManagementPreviewEnabled();
|
| +
|
| +// 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);
|
| void EnableAccountConsistencyForTesting(base::CommandLine* command_line);
|
|
|