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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 2849753002: Logs all reasons card upload was not offered in UKM and UMA. (Closed)
Patch Set: Encodes enum metrics as bitmask. 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 bfb4c9f8318b409301e8d416f3cbe24f677ed5d7..0653c49f3552fb50756017e58d2789bb8cda9192 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -84257,6 +84257,7 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</enum>
<enum name="AutofillCardUploadDecisionExpanded" type="int">
+ <int value="-1" label="Upload not offered"/>
<int value="0" label="Upload offered"/>
<int value="1" label="Upload not offered, no CVC detected"/>
<int value="2" label="Upload not offered, no address available"/>
@@ -84267,6 +84268,7 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
<int value="6" label="Upload not offered, get upload details RPC failed"/>
<int value="7"
label="Upload not offered, card and/or addresses had conflicting names"/>
+ <int value="8" label="Upload offered, no CVC detected"/>
</enum>
<enum name="AutofillCreditCardInfoBar" type="int">

Powered by Google App Engine
This is Rietveld 408576698