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

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

Issue 2471263002: [Autofill] Add some missing types in autofill_metrics.cc (Closed)
Patch Set: Created 4 years, 1 month 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 9bc72edece9c6be84ef25f38314c7d1dc8443221..123eea535aec94d108a8909ab44dbc2ddd9c0b59 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -74110,6 +74110,12 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
<int value="54" label="Username, Unknown"/>
<int value="55" label="Username, Match"/>
<int value="56" label="Username, Mismatch"/>
+ <int value="57" label="Street Address, Unknown"/>
+ <int value="58" label="Street Address, Match"/>
+ <int value="59" label="Street Address, Mismatch"/>
+ <int value="60" label="Credit Card Verification, Unknown"/>
+ <int value="61" label="Credit Card Verification, Match"/>
+ <int value="62" label="Credit Card Verification, Mismatch"/>
</enum>
<enum name="AutofillUnmaskPromptEvent" type="int">
« 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