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

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

Issue 1702223002: PaymentRequest API. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 10 months 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/PaymentOptions.idl
diff --git a/third_party/WebKit/Source/core/html/AssignedNodesOptions.idl b/third_party/WebKit/Source/modules/payments/PaymentOptions.idl
similarity index 53%
copy from third_party/WebKit/Source/core/html/AssignedNodesOptions.idl
copy to third_party/WebKit/Source/modules/payments/PaymentOptions.idl
index 5247c067a41f625201192547a913c6d79862b45d..4700d3953396d319add14ffcbdb9e8a8844d001b 100644
--- a/third_party/WebKit/Source/core/html/AssignedNodesOptions.idl
+++ b/third_party/WebKit/Source/modules/payments/PaymentOptions.idl
@@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-// http://w3c.github.io/webcomponents/spec/shadow/#idl-def-AssignedNodesOptions
+// http://wicg.github.io/paymentrequest/specs/paymentrequest.html#dom-paymentoptions
-dictionary AssignedNodesOptions {
- boolean flatten = false;
+dictionary PaymentOptions {
+ boolean requestShipping = false;
};

Powered by Google App Engine
This is Rietveld 408576698