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

Unified Diff: third_party/WebKit/Source/modules/payments/PaymentDetailsInit.idl

Issue 2770193003: Implement request id in PaymentDetailsInit (Closed)
Patch Set: Rebase once more since mojom file moved Created 3 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/Source/modules/payments/PaymentDetailsInit.idl
diff --git a/third_party/WebKit/Source/modules/payments/PaymentDetailsInit.idl b/third_party/WebKit/Source/modules/payments/PaymentDetailsInit.idl
index 1f9ddb69d2a724c25e58aea7eed08b3d4adf41bc..9a784e3817b56a45ce64cb722b3763b0060394bd 100644
--- a/third_party/WebKit/Source/modules/payments/PaymentDetailsInit.idl
+++ b/third_party/WebKit/Source/modules/payments/PaymentDetailsInit.idl
@@ -5,5 +5,6 @@
// https://w3c.github.io/browser-payment-api/#paymentdetailsinit-dictionary
dictionary PaymentDetailsInit : PaymentDetailsBase {
+ DOMString id;
required PaymentItem total;
};

Powered by Google App Engine
This is Rietveld 408576698