| Index: components/signin/core/common/signin_switches.cc
|
| diff --git a/components/signin/core/common/signin_switches.cc b/components/signin/core/common/signin_switches.cc
|
| index 4216d5cb875f794972b1df8606a87583e08fcd38..ff84eefad45d663ce4fcad4bc8d763c196dbee61 100644
|
| --- a/components/signin/core/common/signin_switches.cc
|
| +++ b/components/signin/core/common/signin_switches.cc
|
| @@ -10,9 +10,18 @@ namespace switches {
|
| // expiration of credentials during testing.
|
| const char kClearTokenService[] = "clear-token-service";
|
|
|
| +// Disables consistent identity features.
|
| +const char kDisableAccountConsistency[] = "disable-account-consistency";
|
| +
|
| +// Disables new profile management system, including new profile chooser UI.
|
| +const char kDisableNewProfileManagement[] = "disable-new-profile-management";
|
| +
|
| // Enables consistent identity features.
|
| const char kEnableAccountConsistency[] = "enable-account-consistency";
|
|
|
| +// Enables new profile management system, including new profile chooser UI.
|
| +const char kEnableNewProfileManagement[] = "new-profile-management";
|
| +
|
| // Enables the pure web-based flow for sign in on first run/NTP/wrench menu/
|
| // settings page.
|
| const char kEnableWebBasedSignin[] = "enable-web-based-signin";
|
| @@ -33,8 +42,4 @@ const char kGoogleProfileInfo[] = "google-profile-info";
|
| // at the top prompting the user to try out the new profile management UI.
|
| const char kNewAvatarMenu[] = "new-avatar-menu";
|
|
|
| -// Use new profile management system, including profile sign-out and new
|
| -// choosers.
|
| -const char kNewProfileManagement[] = "new-profile-management";
|
| -
|
| } // namespace switches
|
|
|