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

Unified Diff: third_party/WebKit/Source/modules/ballista/NavigatorActions.idl

Issue 1806253002: Added Web Share (navigator.share) experimental web API (stub). (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 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/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.
};

Powered by Google App Engine
This is Rietveld 408576698