| Index: components/autofill/core/browser/autofill_metrics.h
|
| diff --git a/components/autofill/core/browser/autofill_metrics.h b/components/autofill/core/browser/autofill_metrics.h
|
| index f3ff719c6945433c3a729b852092d79e723bff19..32b11487dfe70ae8f080d17cedad0a6bcacb7bae 100644
|
| --- a/components/autofill/core/browser/autofill_metrics.h
|
| +++ b/components/autofill/core/browser/autofill_metrics.h
|
| @@ -754,6 +754,11 @@ class AutofillMetrics {
|
| static void LogNumberOfProfilesAtAutofillableFormSubmission(
|
| size_t num_profiles);
|
|
|
| + // Log whether user modified an address profile shortly before submitting
|
| + // credit card form.
|
| + static void LogHasModifiedProfileOnCreditCardFormSubmission(
|
| + bool has_modified_profile);
|
| +
|
| // Log the number of Autofill suggestions presented to the user when filling a
|
| // form.
|
| static void LogAddressSuggestionsCount(size_t num_suggestions);
|
|
|