Index: third_party/WebKit/Source/modules/ballista/NavigatorActions.idl |
diff --git a/mojo/shell/background/tests/test.mojom b/third_party/WebKit/Source/modules/ballista/NavigatorActions.idl |
similarity index 55% |
copy from mojo/shell/background/tests/test.mojom |
copy to third_party/WebKit/Source/modules/ballista/NavigatorActions.idl |
index a021d707cab44c0de225c26f85f8d07474bdea89..2aac878e5f53c175b26b4e0734fdc38dde93dda3 100644 |
--- a/mojo/shell/background/tests/test.mojom |
+++ b/third_party/WebKit/Source/modules/ballista/NavigatorActions.idl |
@@ -2,8 +2,10 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-module mojo.shell.mojom; |
+// TODO(mgiuca): Add spec URL here. |
-interface TestService { |
- Test() => (); |
+[ |
+ RuntimeEnabled=Ballista, |
+] partial interface Navigator { |
+ readonly attribute Actions actions; |
Sam McNally
2016/04/01 02:51:25
I'm not a fan of calling it "actions" yet.
Matt Giuca
2016/04/12 06:12:21
What do you want to call it?
Matt Giuca
2016/04/13 05:43:01
Ping.
|
}; |