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

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

Issue 2779693003: Adding Finch and flag for Sign-in promo (Closed)
Patch Set: . 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') | ios/chrome/browser/about_flags.mm » ('J')
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 afc8f18bf448242009a259b1452e0cf329544b4f..a0d0a23312b632bd0eed117a4ee3ec5ce044bcc5 100644
--- a/components/signin/core/common/signin_switches.h
+++ b/components/signin/core/common/signin_switches.h
@@ -18,10 +18,12 @@ namespace switches {
extern const char kClearTokenService[];
extern const char kDisableAccountConsistency[];
extern const char kDisableNewProfileManagement[];
+extern const char kDisableSigninPromo[];
extern const char kDisableSigninScopedDeviceId[];
extern const char kEnableAccountConsistency[];
extern const char kEnableNewProfileManagement[];
extern const char kEnableRefreshTokenAnnotationRequest[];
+extern const char kEnableSigninPromo[];
extern const char kExtensionsMultiAccount[];
extern const char kGoogleProfileInfo[];
« no previous file with comments | « no previous file | components/signin/core/common/signin_switches.cc » ('j') | ios/chrome/browser/about_flags.mm » ('J')

Powered by Google App Engine
This is Rietveld 408576698