| 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 78540dc4127fcf47760472d4b5302386781ac989..7d1f8b5f10c632b2f609093680c7a236d845d105 100644
|
| --- a/components/autofill/core/browser/autofill_metrics.h
|
| +++ b/components/autofill/core/browser/autofill_metrics.h
|
| @@ -450,6 +450,9 @@ class AutofillMetrics {
|
| static void LogFormFillDurationFromInteractionWithoutAutofill(
|
| const base::TimeDelta& duration);
|
|
|
| + // This should be called each time a form is about to be submitted.
|
| + static void LogIsFormUserSubmitted(bool user_submitted);
|
| +
|
| // This should be called each time a page containing forms is loaded.
|
| static void LogIsAutofillEnabledAtPageLoad(bool enabled);
|
|
|
|
|