| 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 700e41eef568825a085071c63e957c1e55d2dcb9..13b3b15300e72b60398975721c2d988f7d60a5e3 100644
|
| --- a/components/autofill/core/browser/autofill_experiments.h
|
| +++ b/components/autofill/core/browser/autofill_experiments.h
|
| @@ -20,8 +20,9 @@ class PrefService;
|
| namespace autofill {
|
|
|
| extern const base::Feature kAutofillCreditCardAssist;
|
| -extern const base::Feature kAutofillProfileCleanup;
|
| extern const base::Feature kAutofillCreditCardSigninPromo;
|
| +extern const base::Feature kAutofillProfileCleanup;
|
| +extern const base::Feature kAutofillScanCardholderName;
|
| extern const char kCreditCardSigninPromoImpressionLimitParamKey[];
|
|
|
| // Returns true if autofill should be enabled. See also
|
|
|