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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 2864363004: Adds UMA for days since previous use to help us determine the validity (Closed)
Patch Set: Merge forward. 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_profile.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 c2a5e7fc8273d9d65d0869f825a1b77b4fcc7e94..773e5b5c1c6326834816a982ad155023e099e164 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -3711,6 +3711,17 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="Autofill.DaysSincePreviousUseAtSubmission.Profile"
+ units="days">
+ <owner>csashi@google.com</owner>
+ <owner>jsaul@google.com</owner>
+ <owner>sebsg@chromium.org</owner>
+ <summary>
+ Logs the number of days between most recent use without modification and the
+ penultimate use of the profile when submitting a credit card form.
+ </summary>
+</histogram>
+
<histogram name="Autofill.DeveloperEngagement"
enum="AutofillDeveloperEngagement">
<owner>isherman@chromium.org</owner>
« no previous file with comments | « components/autofill/core/browser/autofill_profile.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698