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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 785953004: Add histogram for "scan credit card" usage. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: merge Created 6 years 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 8d39c89b1f8722c3dd3ef8742d15088a7e1ba482..9f394b93fd988a886d6943d39c98595d9d86bef4 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -1914,6 +1914,12 @@ Therefore, the affected-histogram name has to have at least one dot in it.
<summary>TBD.</summary>
</histogram>
+<histogram name="Autofill.ScanCreditCardPrompt"
+ enum="AutofillScanCreditCardPrompt">
+ <owner>estade@chromium.org</owner>
+ <summary>Usage of the &quot;Scan card&quot; control item.</summary>
+</histogram>
+
<histogram name="Autofill.ServerExperimentId" enum="AutofillExperimentId">
<obsolete>
Deprecated as of 6/2011, replaced by Autofill.ServerExperimentId.Query.
@@ -41810,6 +41816,12 @@ Therefore, the affected-histogram name has to have at least one dot in it.
<int value="5" label="Response improves local (empty)"/>
</enum>
+<enum name="AutofillScanCreditCardPrompt" type="int">
+ <int value="0" label="Scan card shown"/>
+ <int value="1" label="Scan card selected"/>
+ <int value="2" label="Some other item selected"/>
+</enum>
+
<enum name="AutofillTypeQuality" type="int">
<int value="0" label="Unknown"/>
<int value="1" label="Match"/>

Powered by Google App Engine
This is Rietveld 408576698