Chromium Code Reviews| Index: third_party/WebKit/Source/core/dom/GetRootNodeOptions.idl |
| diff --git a/services/shell/background/tests/test.mojom b/third_party/WebKit/Source/core/dom/GetRootNodeOptions.idl |
| similarity index 72% |
| copy from services/shell/background/tests/test.mojom |
| copy to third_party/WebKit/Source/core/dom/GetRootNodeOptions.idl |
| index 18a92ec2634bed55b4048f5ece0e83b36f0c7b8f..73b4e4d3eeb3b0c54f00fa532acfc2cf5ab60e61 100644 |
| --- a/services/shell/background/tests/test.mojom |
| +++ b/third_party/WebKit/Source/core/dom/GetRootNodeOptions.idl |
| @@ -2,8 +2,6 @@ |
| // Use of this source code is governed by a BSD-style license that can be |
| // found in the LICENSE file. |
| -module shell.mojom; |
| - |
| -interface TestService { |
| - Test() => (); |
| +dictionary GetRootNodeOptions { |
|
tkent
2016/07/25 04:49:23
Please add a comment on the specification. https:
hayato
2016/07/25 05:03:43
Done
|
| + boolean composed = false; |
| }; |