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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 2685623002: [Payments] Add completion metrics based on user had suggestions for all. (Closed)
Patch Set: Created 3 years, 10 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/android/javatests/src/org/chromium/chrome/browser/payments/PaymentRequestJourneyLoggerUnitTest.java ('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 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>
« no previous file with comments | « chrome/android/javatests/src/org/chromium/chrome/browser/payments/PaymentRequestJourneyLoggerUnitTest.java ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698