| Index: components/payments/core/journey_logger.h
|
| diff --git a/components/payments/core/journey_logger.h b/components/payments/core/journey_logger.h
|
| index 85c850e4773ac9e989cc38e7f4d58c663b490eab..c3330eb854043a3595a7dca6f3e90470adc6562e 100644
|
| --- a/components/payments/core/journey_logger.h
|
| +++ b/components/payments/core/journey_logger.h
|
| @@ -65,7 +65,8 @@ class JourneyLogger {
|
| EVENT_SHOWN = 1 << 0,
|
| EVENT_PAY_CLICKED = 1 << 1,
|
| EVENT_RECEIVED_INSTRUMENT_DETAILS = 1 << 2,
|
| - EVENT_MAX = 8,
|
| + EVENT_SKIPPED_SHOW = 1 << 3,
|
| + EVENT_MAX = 16,
|
| };
|
|
|
| // Used to mesure the impact of the CanMakePayment return value on whether the
|
|
|