Chromium Code Reviews| Index: tools/metrics/histograms/histograms.xml |
| diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml |
| index 0cd4d2223e5aeffca412ec429ba14ad2a5749595..179472ecdda88ba5f712ca46633fb03a28b651b8 100644 |
| --- a/tools/metrics/histograms/histograms.xml |
| +++ b/tools/metrics/histograms/histograms.xml |
| @@ -38988,6 +38988,39 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries. |
| </summary> |
| </histogram> |
| +<histogram name="PaymentRequest.CheckoutFunnel.Completed" enum="Boolean"> |
| + <owner>sebsg@chromium.org</owner> |
| + <summary>When the merchant has processed the user's Payment Request.</summary> |
| +</histogram> |
| + |
| +<histogram name="PaymentRequest.CheckoutFunnel.Initiated" enum="Boolean"> |
| + <owner>sebsg@chromium.org</owner> |
| + <summary>When a Payment Request gets initiated by the user.</summary> |
| +</histogram> |
| + |
| +<histogram name="PaymentRequest.CheckoutFunnel.PayClicked" enum="Boolean"> |
| + <owner>sebsg@chromium.org</owner> |
| + <summary> |
| + When the user clicks the "pay" button in the Payment Request UI. |
| + </summary> |
| +</histogram> |
| + |
| +<histogram name="PaymentRequest.CheckoutFunnel.ReceivedInstrumentDetails" |
| + enum="Boolean"> |
| + <owner>sebsg@chromium.org</owner> |
| + <summary> |
| + When the browser retreives the instrument details of the users to complete a |
|
please use gerrit instead
2016/07/25 17:44:00
When the browser retrieves the instrument details
sebsg
2016/07/25 20:18:37
Done.
|
| + purchase. |
| + </summary> |
| +</histogram> |
| + |
| +<histogram name="PaymentRequest.CheckoutFunnel.Shown" enum="Boolean"> |
| + <owner>sebsg@chromium.org</owner> |
| + <summary> |
| + When the Payment Request UI gets shown after initialization. |
| + </summary> |
| +</histogram> |
| + |
| <histogram name="PDF.DocumentFeature" enum="PDFFeatures"> |
| <owner>tsergeant@chromium.org</owner> |
| <summary> |