| 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 2e1950ca103f2724286332083138aa40f9dc649b..41a2a0d1d08963ea44908f0867738de41584db19 100644
|
| --- a/components/signin/core/common/signin_switches.cc
|
| +++ b/components/signin/core/common/signin_switches.cc
|
| @@ -19,7 +19,11 @@ const char kDisableNewProfileManagement[] = "disable-new-profile-management";
|
| // Disables the new avatar menu, forcing the top-corner avatar button.
|
| const char kDisableNewAvatarMenu[] = "disable-new-avatar-menu";
|
|
|
| -// Disable sending signin scoped device id to LSO with refresh token request.
|
| +// Disables new gaia password-separated sign in flow.
|
| +const char kDisablePasswordSeparatedSigninFlow[] =
|
| + "disable-password-separated-signin-flow";
|
| +
|
| +// Disables sending signin scoped device id to LSO with refresh token request.
|
| const char kDisableSigninScopedDeviceId[] = "disable-signin-scoped-device-id";
|
|
|
| // Enables consistent identity features.
|
| @@ -29,13 +33,17 @@ const char kEnableAccountConsistency[] = "enable-account-consistency";
|
| // webview-based flow.
|
| const char kEnableIframeBasedSignin[] = "enable-iframe-based-signin";
|
|
|
| -// Enable the new avatar menu and the User Manager.
|
| +// Enables the new avatar menu and the User Manager.
|
| const char kEnableNewAvatarMenu[] = "enable-new-avatar-menu";
|
|
|
| +// Enables new gaia password-separated sign in flow.
|
| +const char kEnablePasswordSeparatedSigninFlow[] =
|
| + "enable-password-separated-signin-flow";
|
| +
|
| // Enables new profile management system, including lock mode.
|
| const char kEnableNewProfileManagement[] = "new-profile-management";
|
|
|
| -// Enable sending EnableRefreshTokenAnnotationRequest.
|
| +// Enables sending EnableRefreshTokenAnnotationRequest.
|
| extern const char kEnableRefreshTokenAnnotationRequest[] =
|
| "enable-refresh-token-annotation-request";
|
|
|
|
|