| 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 0bdc576616163617087e1ad03979766fb6cb1f6a..9b0ea4b4d9da3d434aaf2ab4916071ffe1b503ce 100644
|
| --- a/components/signin/core/common/profile_management_switches.h
|
| +++ b/components/signin/core/common/profile_management_switches.h
|
| @@ -43,6 +43,7 @@ bool IsNewProfileManagement();
|
| bool IsNewProfileManagementPreviewEnabled();
|
|
|
| // Called in tests to force enabling different modes.
|
| +void EnableIframeBasedSigninForTesting(base::CommandLine* command_line);
|
| void EnableNewAvatarMenuForTesting(base::CommandLine* command_line);
|
| void DisableNewAvatarMenuForTesting(base::CommandLine* command_line);
|
| void EnableNewProfileManagementForTesting(base::CommandLine* command_line);
|
|
|