| Index: tools/metrics/histograms/histograms.xml
|
| diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
|
| index fbef2aebc68bee6c9acfa2d21f86cbdc7fa4df6b..80592fc649432a8a625f6e827167d659f8f2c077 100644
|
| --- a/tools/metrics/histograms/histograms.xml
|
| +++ b/tools/metrics/histograms/histograms.xml
|
| @@ -45633,6 +45633,26 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
|
| </summary>
|
| </histogram>
|
|
|
| +<histogram
|
| + name="PaymentRequest.UserDidNotHaveSuggestionsForEverything.EffectOnCompletion"
|
| + enum="PaymentRequestFlowCompletionStatus">
|
| + <owner>sebsg@chromium.org</owner>
|
| + <summary>
|
| + Whether the flow was completed when the user did not have suggestions
|
| + offered for each requested information.
|
| + </summary>
|
| +</histogram>
|
| +
|
| +<histogram
|
| + name="PaymentRequest.UserHadSuggestionsForEverything.EffectOnCompletion"
|
| + enum="PaymentRequestFlowCompletionStatus">
|
| + <owner>sebsg@chromium.org</owner>
|
| + <summary>
|
| + Whether the flow was completed when the user had suggestions offered for
|
| + each requested information.
|
| + </summary>
|
| +</histogram>
|
| +
|
| <histogram name="PDF.DocumentFeature" enum="PDFFeatures">
|
| <owner>tsergeant@chromium.org</owner>
|
| <summary>
|
|
|