Index: third_party/WebKit/Source/modules/ballista/NavigatorActions.idl |
diff --git a/third_party/WebKit/Source/modules/ballista/NavigatorActions.idl b/third_party/WebKit/Source/modules/ballista/NavigatorActions.idl |
new file mode 100644 |
index 0000000000000000000000000000000000000000..2aac878e5f53c175b26b4e0734fdc38dde93dda3 |
--- /dev/null |
+++ b/third_party/WebKit/Source/modules/ballista/NavigatorActions.idl |
@@ -0,0 +1,11 @@ |
+// Copyright 2016 The Chromium Authors. All rights reserved. |
+// Use of this source code is governed by a BSD-style license that can be |
+// found in the LICENSE file. |
+ |
+// TODO(mgiuca): Add spec URL here. |
Sam McNally
2016/04/13 04:32:35
Here too.
Matt Giuca
2016/04/13 05:43:02
Done.
|
+ |
+[ |
+ RuntimeEnabled=Ballista, |
+] partial interface Navigator { |
+ readonly attribute Actions actions; |
+}; |