| 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..1c767926324b0eff3a9db6505ac62d14b954bbfe 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 complete checkout flow that
|
| + // were reached.
|
| + void RecordCheckoutFlowMetrics();
|
| +
|
| // Records the histograms for all the sections that were requested by the
|
| // merchant.
|
| void RecordSectionSpecificStats(CompletionStatus completion_status);
|
|
|