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

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

Issue 2816513004: Web payments metric for multiple show() calls. (Closed)
Patch Set: Comments Created 3 years, 8 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 | « chrome/test/data/payments/show_twice.js ('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 9cf7ba5aebd3f9406cf767aa2e937d1893b06a8d..2dd0ee14ff4dc4675b03335273516d03d5370c52 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -107289,6 +107289,8 @@ from previous Chrome versions.
<enum name="PaymentRequestNoShowReason" type="int">
<int value="0" label="NoMatchingPaymentMethod"/>
<int value="1" label="NoSupportedPaymentMethod"/>
+ <int value="2" label="ConcurrentRequests"/>
+ <int value="3" label="ReasonOther"/>
</enum>
<enum name="PaymentRequestPaymentMethods" type="int">
« no previous file with comments | « chrome/test/data/payments/show_twice.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698