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; |
}; |