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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 2691083005: [Merge-57] 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 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>
« 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