Chromium Code Reviews| Index: components/signin/core/common/signin_switches.h |
| diff --git a/components/signin/core/common/signin_switches.h b/components/signin/core/common/signin_switches.h |
| index afc8f18bf448242009a259b1452e0cf329544b4f..88c7efff12a9fcd6132dc210a1588da0b4fd5e45 100644 |
| --- a/components/signin/core/common/signin_switches.h |
| +++ b/components/signin/core/common/signin_switches.h |
| @@ -25,6 +25,9 @@ extern const char kEnableRefreshTokenAnnotationRequest[]; |
| extern const char kExtensionsMultiAccount[]; |
| extern const char kGoogleProfileInfo[]; |
|
sdefresne
2017/03/29 10:37:07
Remove the blank line and sort alphabetically with
jlebel
2017/03/29 10:58:35
Done.
|
| +extern const char kEnableSigninPromo[]; |
| +extern const char kDisableSigninPromo[]; |
| + |
| extern const base::Feature kUsePasswordSeparatedSigninFlow; |
| } // namespace switches |