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

Unified Diff: components/payments/core/journey_logger.h

Issue 2892833002: [Payments] Use event to log checkout funnel metrics. (Closed)
Patch Set: Created 3 years, 7 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:
View side-by-side diff with in-line comments
Download patch
Index: components/payments/core/journey_logger.h
diff --git a/components/payments/core/journey_logger.h b/components/payments/core/journey_logger.h
index a7e72bd81f39bab1e71035df8571c32aa65bdfb0..5510cf9a74afe9b8768511d7168c016503cf637a 100644
--- a/components/payments/core/journey_logger.h
+++ b/components/payments/core/journey_logger.h
@@ -136,6 +136,10 @@ class JourneyLogger {
bool is_requested_;
};
+ // Records the histograms for all the steps of a successful checkout flow
gogerald1 2017/05/19 19:42:17 nit: *a complete*
+ // that were reached.
+ void RecordCheckoutFlowMetrics();
+
// Records the histograms for all the sections that were requested by the
// merchant.
void RecordSectionSpecificStats(CompletionStatus completion_status);

Powered by Google App Engine
This is Rietveld 408576698