| 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;
|
| 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();
|
|
|