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

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

Issue 2562873002: [PaymentApp] label field was changed to name field in PaymentAppOption. (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/PaymentAppManifest.idl
diff --git a/third_party/WebKit/Source/modules/payments/PaymentAppManifest.idl b/third_party/WebKit/Source/modules/payments/PaymentAppManifest.idl
index f46389ff86da045ec8faba1b52f792b59b68b77d..400e6677b3e5f9222fb7366d3bcce532e106e012 100644
--- a/third_party/WebKit/Source/modules/payments/PaymentAppManifest.idl
+++ b/third_party/WebKit/Source/modules/payments/PaymentAppManifest.idl
@@ -5,7 +5,7 @@
// https://w3c.github.io/webpayments-payment-apps-api/#idl-def-paymentappmanifest
dictionary PaymentAppManifest {
- DOMString label;
+ required DOMString name;
DOMString? icon;
- sequence<PaymentAppOption> options;
+ required sequence<PaymentAppOption> options;
};

Powered by Google App Engine
This is Rietveld 408576698