Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(101)

Unified Diff: components/signin/core/common/signin_switches.h

Issue 235813002: Add profile-switches to signin-internals; move switches to component (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix gyp(i) files Created 6 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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..0b77eee70a75e1369932f3b3bb8999209339597e 100644
--- a/components/signin/core/common/signin_switches.h
+++ b/components/signin/core/common/signin_switches.h
@@ -11,6 +11,11 @@ namespace switches {
// 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 kNewProfileManagement[];
+
} // namespace switches
#endif // COMPONENTS_SIGNIN_CORE_COMMON_SIGNIN_SWITCHES_H_

Powered by Google App Engine
This is Rietveld 408576698