| Index: tools/metrics/histograms/histograms.xml
|
| diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
|
| index 1f06729b8007a5e7e24e39a3e4ab0e95bcf36227..b3da4f6bb680de390ec7fccdde8c55ea4f489663 100644
|
| --- a/tools/metrics/histograms/histograms.xml
|
| +++ b/tools/metrics/histograms/histograms.xml
|
| @@ -45860,6 +45860,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>
|
|
|