| 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"/>
|
|
|