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

Unified Diff: components/autofill/core/browser/autofill_experiments.h

Issue 2026353002: [Autofill] Credit Card Assist Infobar (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: bool fix Created 4 years, 5 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/autofill/core/browser/autofill_experiments.h
diff --git a/components/autofill/core/browser/autofill_experiments.h b/components/autofill/core/browser/autofill_experiments.h
index 70fc201f03719f794d2476017810aeeb7f172c47..1a5851994b0a4f1afdd54e107fd381022c2c6cde 100644
--- a/components/autofill/core/browser/autofill_experiments.h
+++ b/components/autofill/core/browser/autofill_experiments.h
@@ -21,6 +21,7 @@ namespace autofill {
extern const base::Feature kAutofillProfileCleanup;
extern const base::Feature kAutofillCreditCardSigninPromo;
+extern const base::Feature kAutofillCreditCardAssist;
please use gerrit instead 2016/07/29 16:33:20 Sort alphabetically?
Mathieu 2016/07/29 20:19:17 Done.
extern const char kCreditCardSigninPromoImpressionLimitParamKey[];
// Returns true if autofill should be enabled. See also
@@ -39,6 +40,9 @@ bool IsAutofillProfileCleanupEnabled();
// Returns whether the Autofill credit card signin promo should be shown.
bool IsAutofillCreditCardSigninPromoEnabled();
+// Returns whether the Autofill credit card assist infobar should be shown.
+bool IsAutofillCreditCardAssistEnabled();
+
// Returns the maximum number of impressions of the credit card signin promo, or
// 0 if there are no limits.
int GetCreditCardSigninPromoImpressionLimit();

Powered by Google App Engine
This is Rietveld 408576698