| Index: components/signin/core/common/profile_management_switches.h
|
| diff --git a/chrome/common/profile_management_switches.h b/components/signin/core/common/profile_management_switches.h
|
| similarity index 100%
|
| rename from chrome/common/profile_management_switches.h
|
| rename to components/signin/core/common/profile_management_switches.h
|
| index e05bb1b82fac7dc5b5eec318ee5798e8dceddd52..519c61028dc5b50372009d1d19b1922c8d2170fd 100644
|
| --- a/chrome/common/profile_management_switches.h
|
| +++ b/components/signin/core/common/profile_management_switches.h
|
| @@ -14,23 +14,23 @@ namespace switches {
|
| // Enables the web-based sign in flow on Chrome desktop.
|
| bool IsEnableWebBasedSignin();
|
|
|
| +// Checks whether the flag for fast user switching is enabled.
|
| +bool IsFastUserSwitching();
|
| +
|
| // Enables using GAIA information to populate profile name and icon.
|
| bool IsGoogleProfileInfo();
|
|
|
| -// 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();
|
|
|
| +// 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();
|
|
|
| -// Checks whether the flag for fast user switching is enabled.
|
| -bool IsFastUserSwitching();
|
| -
|
| } // namespace switches
|
|
|
| #endif // CHROME_COMMON_PROFILE_MANAGEMENT_SWITCHES_H_
|
|
|