Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(255)

Unified Diff: third_party/WebKit/public/platform/modules/payments/payment_request.mojom

Issue 2048823004: PaymentRequest.abort() should return a promise. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Include what you use Created 4 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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

Powered by Google App Engine
This is Rietveld 408576698