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

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: [WIP] [PaymentApp] label -> name in PaymentAppOption. 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
« no previous file with comments | « third_party/WebKit/Source/modules/payments/PaymentAppManager.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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..1779d01abd5dd950b788c4f5c6ebd4ab104c7eeb 100644
--- a/third_party/WebKit/Source/modules/payments/PaymentAppOption.idl
+++ b/third_party/WebKit/Source/modules/payments/PaymentAppOption.idl
@@ -5,7 +5,7 @@
// https://w3c.github.io/webpayments-payment-apps-api/#idl-def-paymentappoption
dictionary PaymentAppOption {
- DOMString label;
+ required DOMString name;
DOMString? icon;
DOMString id;
zino 2016/12/11 18:55:00 This is also required.
Hwanseung Lee 2016/12/12 13:10:01 Done.
sequence<DOMString> enabledMethods;
« no previous file with comments | « third_party/WebKit/Source/modules/payments/PaymentAppManager.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698