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 1cbced4beb598794ccd26bf4e17c10047bcff868..6cfc12d6a234dbdc1cf67cf361c4e6836408f40f 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 |