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

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

Issue 2101463002: PaymentRequest: Implement PaymentDetailsModifier dictionary (in blink side). (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: addressed comments 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/Source/modules/payments/PaymentDetails.idl
diff --git a/third_party/WebKit/Source/modules/payments/PaymentDetails.idl b/third_party/WebKit/Source/modules/payments/PaymentDetails.idl
index 15626f3c83c5ad6c26859905f0f78e2ecdcff066..38a105fcdf7248d640bab0d26a0f4ad28ccb093f 100644
--- a/third_party/WebKit/Source/modules/payments/PaymentDetails.idl
+++ b/third_party/WebKit/Source/modules/payments/PaymentDetails.idl
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-// https://w3c.github.io/browser-payment-api/specs/paymentrequest.html#paymentdetails-dictionary
+// https://w3c.github.io/browser-payment-api/#paymentdetails-dictionary
[
RuntimeEnabled=PaymentRequest
@@ -10,4 +10,5 @@
PaymentItem total;
sequence<PaymentItem> displayItems;
sequence<PaymentShippingOption> shippingOptions;
+ sequence<PaymentDetailsModifier> modifiers;
};
« no previous file with comments | « third_party/WebKit/Source/modules/modules.gypi ('k') | third_party/WebKit/Source/modules/payments/PaymentDetailsModifier.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698