| 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 30bd8d39755f6a401384705f3af9664be684fe15..d7dbd8a742acabf4bb7c4cef321676c4307d9a9d 100644
|
| --- a/components/signin/core/common/signin_switches.h
|
| +++ b/components/signin/core/common/signin_switches.h
|
| @@ -10,6 +10,11 @@ namespace switches {
|
| // All switches in alphabetical order. The switches should be documented
|
| // alongside the definition of their values in the .cc file.
|
| extern const char kClearTokenService[];
|
| +extern const char kEnableWebBasedSignin[];
|
| +extern const char kFastUserSwitching[];
|
| +extern const char kGoogleProfileInfo[];
|
| +extern const char kNewAvatarMenu[];
|
| +extern const char kNewProfileManagement[];
|
|
|
| } // namespace switches
|
|
|
|
|