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

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

Issue 2562873002: [PaymentApp] label field was changed to name field in PaymentAppOption. (Closed)
Patch Set: update test 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/PaymentAppOption.idl
diff --git a/third_party/WebKit/Source/modules/payments/PaymentAppOption.idl b/third_party/WebKit/Source/modules/payments/PaymentAppOption.idl
index 353f54d2d147988cec2876f8eb2ddb695602dcf2..ccf874796cf46c831571c47498927941aa556c66 100644
--- a/third_party/WebKit/Source/modules/payments/PaymentAppOption.idl
+++ b/third_party/WebKit/Source/modules/payments/PaymentAppOption.idl
@@ -5,8 +5,8 @@
// https://w3c.github.io/webpayments-payment-apps-api/#idl-def-paymentappoption
dictionary PaymentAppOption {
- DOMString label;
+ required DOMString name;
DOMString? icon;
- DOMString id;
+ required DOMString id;
sequence<DOMString> enabledMethods;
};

Powered by Google App Engine
This is Rietveld 408576698