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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 2182123003: [Payments] Add information requested by merchant metrics to PR. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 4 years, 4 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/android/payments/phone_and_free_shipping.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 06532ba140819f137bad3e921a9721d53e544c64..0bdaf7af806b47380cab3c72442044d2932772ed 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -39124,6 +39124,15 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="PaymentRequest.RequestedInformation"
+ enum="PaymentRequestRequestedInformation">
+ <owner>sebsg@chromium.org</owner>
+ <summary>
+ Tracks what user information is required by merchants to complete a Payment
+ Request.
+ </summary>
+</histogram>
+
<histogram name="PDF.DocumentFeature" enum="PDFFeatures">
<owner>tsergeant@chromium.org</owner>
<summary>
@@ -86859,6 +86868,17 @@ To add a new entry, add it with any value and run test to compute valid value.
<int value="3" label="Server failed"/>
</enum>
+<enum name="PaymentRequestRequestedInformation" type="int">
+ <int value="0" label="None"/>
+ <int value="1" label="Email"/>
+ <int value="2" label="Phone"/>
+ <int value="3" label="Email and Phone"/>
+ <int value="4" label="Shipping Address"/>
+ <int value="5" label="Email and Shipping Address"/>
+ <int value="6" label="Phone and Shipping Address"/>
+ <int value="7" label="Email, Phone and Shipping Address"/>
+</enum>
+
<enum name="PDFFeatures" type="int">
<int value="0" label="Loaded Document"/>
<int value="1" label="Has Title"/>
« no previous file with comments | « chrome/test/data/android/payments/phone_and_free_shipping.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698