Chromium Code Reviews| 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 c1ad76134e6979cf4ec58b6028e51619c3ff6d4d..07bb9c0505877ff1490f6dae945d26fb0e80d7df 100644 |
| --- a/components/signin/core/common/profile_management_switches.h |
| +++ b/components/signin/core/common/profile_management_switches.h |
| @@ -28,20 +28,16 @@ bool IsExtensionsMultiAccount(); |
| // Enables using GAIA information to populate profile name and icon. |
| bool IsGoogleProfileInfo(); |
| -// Whether the new avatar menu is enabled, either because new profile management |
| -// is enabled or because the new profile management preview UI is enabled. |
| -bool IsNewAvatarMenu(); |
| - |
| // Use new profile management system, including profile sign-out and new |
| // choosers. |
| bool IsNewProfileManagement(); |
| // Whether the new profile management preview has been enabled. |
| bool IsNewProfileManagementPreviewEnabled(); |
| - |
| +//bool IsNewAvatarMenu(); |
| // Called in tests to force enabling different modes. |
| -void EnableNewAvatarMenuForTesting(base::CommandLine* command_line); |
| -void DisableNewAvatarMenuForTesting(base::CommandLine* command_line); |
| +//void EnableNewAvatarMenuForTesting(base::CommandLine* command_line); |
|
Mike Lerman
2015/09/28 15:23:02
Add a TODO to remove these methods... or just remo
Roger Tawa OOO till Jul 10th
2015/09/28 20:01:28
Should just remove it all now.
anthonyvd
2015/09/29 20:23:16
Oops! Good catch :)
|
| +//void DisableNewAvatarMenuForTesting(base::CommandLine* command_line); |
| void EnableNewProfileManagementForTesting(base::CommandLine* command_line); |
| void EnableAccountConsistencyForTesting(base::CommandLine* command_line); |