| Index: third_party/WebKit/public/platform/modules/payments/payment_request.mojom
|
| diff --git a/third_party/WebKit/public/platform/modules/payments/payment_request.mojom b/third_party/WebKit/public/platform/modules/payments/payment_request.mojom
|
| index 8153501946eab7d422214c92b8982091f87ac2c6..55c181dab2a4c5131660488b4204246b19856ce8 100644
|
| --- a/third_party/WebKit/public/platform/modules/payments/payment_request.mojom
|
| +++ b/third_party/WebKit/public/platform/modules/payments/payment_request.mojom
|
| @@ -55,6 +55,7 @@ interface PaymentRequestClient {
|
| OnPaymentResponse(PaymentResponse response);
|
| OnError();
|
| OnComplete();
|
| + OnAbort(bool aborted_successfully);
|
| };
|
|
|
| // The currency amount that the renderer provides to the browser process. The
|
|
|