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