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

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: cleaning Created 4 years, 4 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..700e41eef568825a085071c63e957c1e55d2dcb9 100644
--- a/components/autofill/core/browser/autofill_experiments.h
+++ b/components/autofill/core/browser/autofill_experiments.h
@@ -19,6 +19,7 @@ class PrefService;
namespace autofill {
+extern const base::Feature kAutofillCreditCardAssist;
extern const base::Feature kAutofillProfileCleanup;
extern const base::Feature kAutofillCreditCardSigninPromo;
extern const char kCreditCardSigninPromoImpressionLimitParamKey[];
@@ -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