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

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

Issue 2779693003: Adding Finch and flag for Sign-in promo (Closed)
Patch Set: Fixing a fix made at the wrong place Created 3 years, 9 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
« no previous file with comments | « no previous file | components/signin/core/common/signin_switches.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 1c691257f1cd07ad2732339e4b58fde58ee8c5d2..c2dd7384193a095f9dfe3b405038ecb9cd155e8e 100644
--- a/components/signin/core/common/signin_switches.h
+++ b/components/signin/core/common/signin_switches.h
@@ -16,9 +16,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 kDisableSigninPromo[];
extern const char kDisableSigninScopedDeviceId[];
extern const char kEnableAccountConsistency[];
extern const char kEnableRefreshTokenAnnotationRequest[];
+extern const char kEnableSigninPromo[];
extern const char kExtensionsMultiAccount[];
extern const base::Feature kUsePasswordSeparatedSigninFlow;
« no previous file with comments | « no previous file | components/signin/core/common/signin_switches.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698