diff options
Diffstat (limited to 'chrome/common/profile_management_switches.h')
-rw-r--r-- | chrome/common/profile_management_switches.h | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/chrome/common/profile_management_switches.h b/chrome/common/profile_management_switches.h index 9fc5b0e..e05bb1b 100644 --- a/chrome/common/profile_management_switches.h +++ b/chrome/common/profile_management_switches.h @@ -17,13 +17,17 @@ bool IsEnableWebBasedSignin(); // Enables using GAIA information to populate profile name and icon. bool IsGoogleProfileInfo(); -// Shows the new avatar menu. -bool IsNewAvatarMenu(); - // Use new profile management system, including profile sign-out and new // choosers. bool IsNewProfileManagement(); +// 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(); + +// Whether the new profile management preview has been enabled. +bool IsNewProfileManagementPreviewEnabled(); + // Checks whether the flag for fast user switching is enabled. bool IsFastUserSwitching(); |