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

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

Issue 1931233002: Implement PaymentRequestUpdateEvent (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@explicit-shipping
Patch Set: Created 4 years, 8 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 daaccec60808f3fb30934b9d01d011171af2d457..c8f59c9c1db29c0b30de0ec5a60c3b5b1b13fbc9 100644
--- a/third_party/WebKit/public/platform/modules/payments/payment_request.mojom
+++ b/third_party/WebKit/public/platform/modules/payments/payment_request.mojom
@@ -103,6 +103,7 @@ interface PaymentRequest {
//
// {"https://android.com/pay": {"gateway": "stripe"}}
string stringified_data);
+ UpdateWith(PaymentDetails details);
Abort();
Complete(bool success);
};

Powered by Google App Engine
This is Rietveld 408576698