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..cafdf3d8149089a0c62eae170281a27f931f5837 100644 |
| --- a/components/signin/core/common/profile_management_switches.h |
| +++ b/components/signin/core/common/profile_management_switches.h |
| @@ -39,6 +39,10 @@ bool IsNewProfileManagement(); |
| // Whether the new profile management preview has been enabled. |
| bool IsNewProfileManagementPreviewEnabled(); |
| +// Checks whether account consistency is enabled. If enabled, the account |
|
anthonyvd
2015/09/15 18:13:47
This comment doesn't seem to reflect what this fun
Roger Tawa OOO till Jul 10th
2015/09/16 19:27:29
Done. Darn cut and paste...
|
| +// management UI is available in the avatar bubble. |
| +bool UseNewGaiaFlow(); |
| + |
| // Called in tests to force enabling different modes. |
| void EnableNewAvatarMenuForTesting(base::CommandLine* command_line); |
| void DisableNewAvatarMenuForTesting(base::CommandLine* command_line); |