| Index: components/autofill/core/browser/autofill_experiments.cc
|
| diff --git a/components/autofill/core/browser/autofill_experiments.cc b/components/autofill/core/browser/autofill_experiments.cc
|
| index b27569f4d8cb2484834f5da1b0e3267be703ea36..8d5704deed74f4612b8c8db055e03dbfbfc90638 100644
|
| --- a/components/autofill/core/browser/autofill_experiments.cc
|
| +++ b/components/autofill/core/browser/autofill_experiments.cc
|
| @@ -32,7 +32,7 @@ const base::Feature kAutofillCreditCardPopupLayout{
|
| "AutofillCreditCardPopupLayout", base::FEATURE_DISABLED_BY_DEFAULT};
|
| const base::Feature kAutofillCreditCardLastUsedDateDisplay{
|
| "AutofillCreditCardLastUsedDateDisplay", base::FEATURE_DISABLED_BY_DEFAULT};
|
| -const base::Feature kAutofillUkmLogging{"kAutofillUkmLogging",
|
| +const base::Feature kAutofillUkmLogging{"AutofillUkmLogging",
|
| base::FEATURE_DISABLED_BY_DEFAULT};
|
| const char kCreditCardSigninPromoImpressionLimitParamKey[] = "impression_limit";
|
| const char kAutofillCreditCardPopupBackgroundColorKey[] = "background_color";
|
|
|