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

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: Store JSON in strings. 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/mojo/shell/background/tests/test.mojom b/third_party/WebKit/Source/modules/payments/PaymentOptions.idl
similarity index 53%
copy from mojo/shell/background/tests/test.mojom
copy to third_party/WebKit/Source/modules/payments/PaymentOptions.idl
index a021d707cab44c0de225c26f85f8d07474bdea89..4700d3953396d319add14ffcbdb9e8a8844d001b 100644
--- a/mojo/shell/background/tests/test.mojom
+++ 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.
-module mojo.shell.mojom;
+// http://wicg.github.io/paymentrequest/specs/paymentrequest.html#dom-paymentoptions
-interface TestService {
- Test() => ();
+dictionary PaymentOptions {
+ boolean requestShipping = false;
};

Powered by Google App Engine
This is Rietveld 408576698