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

Unified Diff: tools/metrics/histograms/histograms.xml

Side-by-side diff isn't available for this file because of its large size.
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:
Download patch
« no previous file with comments | « components/autofill/core/browser/autofill_metrics.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/metrics/histograms/histograms.xml
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
index ba76f7beb6b4bdfe4607da6ff100bfc540735407..8bd4d0df6b62f5a39dd609e1fedf46e6eb636078 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -3815,6 +3815,17 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
<summary>The autofill state related to a submitted form.</summary>
</histogram>
+<histogram name="Autofill.HasModifiedProfile.CreditCardFormSubmission"
+ enum="Boolean">
+ <owner>csashi@google.com</owner>
+ <owner>jsaul@google.com</owner>
+ <owner>sebsg@chromium.org</owner>
+ <summary>
+ Whether user modified an address profile shortly before submitting a credit
+ card form.
+ </summary>
+</histogram>
+
<histogram name="Autofill.IcuCollatorCreationSuccess" enum="BooleanSuccess">
<owner>mathp@chromium.org</owner>
<summary>
« no previous file with comments | « components/autofill/core/browser/autofill_metrics.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698