| 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 92539ba77a68ecf710118bcbc385cd717ee9711c..f3529c755aaaf0bb47ca85681d4e5f67d68a857a 100644
|
| --- a/components/autofill/core/browser/autofill_metrics.h
|
| +++ b/components/autofill/core/browser/autofill_metrics.h
|
| @@ -411,6 +411,10 @@ class AutofillMetrics {
|
| // This should be called each time a new profile is launched.
|
| static void LogStoredProfileCount(size_t num_profiles);
|
|
|
| + // Log the number of profiles available when an autofillable form is
|
| + // submitted.
|
| + static void LogNumberOfProfilesAtFormSubmission(size_t num_profiles);
|
| +
|
| // Log the number of Autofill suggestions presented to the user when filling a
|
| // form.
|
| static void LogAddressSuggestionsCount(size_t num_suggestions);
|
|
|