| Index: components/payments/core/journey_logger.h
|
| diff --git a/components/payments/core/journey_logger.h b/components/payments/core/journey_logger.h
|
| index dd6cebd1e2c2b379fb8e1af35131ebe4879b73d2..b37f7ae48dd22409049673f3d0e2f2a69f7f0433 100644
|
| --- a/components/payments/core/journey_logger.h
|
| +++ b/components/payments/core/journey_logger.h
|
| @@ -122,6 +122,8 @@ class JourneyLogger {
|
| ABORT_REASON_NO_MATCHING_PAYMENT_METHOD = 6, // Deprecated.
|
| ABORT_REASON_NO_SUPPORTED_PAYMENT_METHOD = 7, // Deprecated.
|
| ABORT_REASON_OTHER = 8,
|
| + ABORT_REASON_USER_NAVIGATION = 9,
|
| + ABORT_REASON_MERCHANT_NAVIGATION = 10,
|
| ABORT_REASON_MAX,
|
| };
|
|
|
|
|