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

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

Issue 2470463002: Add data parameter to payment details modifier. (Closed)
Patch Set: Created 4 years, 1 month 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..2846e1498bb35a5e72bf46fc191350f882eff54c 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;
+ object data;
};

Powered by Google App Engine
This is Rietveld 408576698