Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1702)

Unified Diff: components/autofill/core/browser/autofill_metrics.h

Issue 2866993002: Logs boolean UMA to track if user modified profile before credit card (Closed)
Patch Set: Logs boolean UMA to track if user modified profile before credit card form submission. Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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);
« no previous file with comments | « components/autofill/core/browser/autofill_manager_unittest.cc ('k') | components/autofill/core/browser/autofill_metrics.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698