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

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

Issue 2470463002: Add data parameter to payment details modifier. (Closed)
Patch Set: Rebase Created 4 years 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/PaymentDetailsModifier.idl
diff --git a/third_party/WebKit/Source/modules/payments/PaymentDetailsModifier.idl b/third_party/WebKit/Source/modules/payments/PaymentDetailsModifier.idl
index 14657eefd611f4488fb7fcfc4ed70c07a8ac4cfd..e58c21c987689a1388eea16f1d48b5489b10709f 100644
--- a/third_party/WebKit/Source/modules/payments/PaymentDetailsModifier.idl
+++ b/third_party/WebKit/Source/modules/payments/PaymentDetailsModifier.idl
@@ -8,4 +8,5 @@ dictionary PaymentDetailsModifier {
required sequence<DOMString> supportedMethods;
PaymentItem total;
sequence<PaymentItem> additionalDisplayItems;
+ [RuntimeEnabled=PaymentDetailsModifierData] object data;
};

Powered by Google App Engine
This is Rietveld 408576698