Index: components/autofill/core/browser/autofill_metrics.cc |
diff --git a/components/autofill/core/browser/autofill_metrics.cc b/components/autofill/core/browser/autofill_metrics.cc |
index c016c6bcec3fc8141e2b67afeef17c01edbba3f4..0ac46277da9092e9d8504bb89d08acd7d89d794f 100644 |
--- a/components/autofill/core/browser/autofill_metrics.cc |
+++ b/components/autofill/core/browser/autofill_metrics.cc |
@@ -456,6 +456,11 @@ void AutofillMetrics::LogFormFillDurationFromInteractionWithoutAutofill( |
} |
// static |
+void AutofillMetrics::LogIsFormUserSubmitted(bool user_submitted) { |
+ UMA_HISTOGRAM_BOOLEAN("Autofill.IsFormUserSubmitted", user_submitted); |
+} |
+ |
+// static |
void AutofillMetrics::LogIsAutofillEnabledAtStartup(bool enabled) { |
UMA_HISTOGRAM_BOOLEAN("Autofill.IsEnabled.Startup", enabled); |
} |