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

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

Issue 2864363004: Adds UMA for days since previous use to help us determine the validity (Closed)
Patch Set: 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
Index: tools/metrics/histograms/histograms.xml
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
index c586605f89d7704f6e4d657e523223dea726ae18..5592f93f31701d0d9033ae1e9e96c91b8eaa9592 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>

Powered by Google App Engine
This is Rietveld 408576698