Chromium Code Reviews| 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 3fdb3a9859d3016e75165b00139535b2e143926f..af96cc41de8ac295b67ee6e83f3be39a137adf38 100644 |
| --- a/components/signin/core/common/signin_switches.cc |
| +++ b/components/signin/core/common/signin_switches.cc |
| @@ -35,6 +35,12 @@ const char kExtensionsMultiAccount[] = "extensions-multi-account"; |
| // Enables using GAIA information to populate profile name and icon. |
| const char kGoogleProfileInfo[] = "google-profile-info"; |
| +// Enables sign-in promo. |
|
sdefresne
2017/03/29 10:37:07
Please sort alphabetically.
jlebel
2017/03/29 10:58:35
Done.
|
| +const char kEnableSigninPromo[] = "enable-signin-promo"; |
| + |
| +// Disables sign-in promo. |
|
sdefresne
2017/03/29 10:37:07
Ditto.
jlebel
2017/03/29 10:58:35
Done.
|
| +const char kDisableSigninPromo[] = "disable-signin-promo"; |
| + |
| // Enables or disables the new password separated sign in flow in a tab modal |
| // dialog. |
| const base::Feature kUsePasswordSeparatedSigninFlow { |