| Index: components/payments/core/journey_logger.cc
|
| diff --git a/components/payments/core/journey_logger.cc b/components/payments/core/journey_logger.cc
|
| index 0ec4e3df51e08728840f521cee4f101529e71cfc..7eee988f1bedd8827861dc3c2f2bd5a6fdb0d0c5 100644
|
| --- a/components/payments/core/journey_logger.cc
|
| +++ b/components/payments/core/journey_logger.cc
|
| @@ -116,7 +116,8 @@ void JourneyLogger::SetAborted(AbortReason reason) {
|
| base::UmaHistogramEnumeration("PaymentRequest.CheckoutFunnel.Aborted", reason,
|
| ABORT_REASON_MAX);
|
|
|
| - if (reason == ABORT_REASON_ABORTED_BY_USER)
|
| + if (reason == ABORT_REASON_ABORTED_BY_USER ||
|
| + reason == ABORT_REASON_USER_NAVIGATION)
|
| RecordJourneyStatsHistograms(COMPLETION_STATUS_USER_ABORTED);
|
| else
|
| RecordJourneyStatsHistograms(COMPLETION_STATUS_OTHER_ABORTED);
|
|
|