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

Unified Diff: third_party/WebKit/Source/core/mojo/MojoInterfaceProvider.idl

Issue 2400563002: Adds Mojo IDL. (Closed)
Patch Set: fixes modulename typo Created 4 years, 2 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/core/mojo/MojoInterfaceProvider.idl
diff --git a/chrome/test/data/extensions/api_test/notifications/api/other_app/index.js b/third_party/WebKit/Source/core/mojo/MojoInterfaceProvider.idl
similarity index 61%
copy from chrome/test/data/extensions/api_test/notifications/api/other_app/index.js
copy to third_party/WebKit/Source/core/mojo/MojoInterfaceProvider.idl
index a0762c7c8098f7151687cd17c7786bb3c68f3d8e..3781c151d0174cccfc40d75bc2f098327d9c91f2 100644
--- a/chrome/test/data/extensions/api_test/notifications/api/other_app/index.js
+++ b/third_party/WebKit/Source/core/mojo/MojoInterfaceProvider.idl
@@ -2,6 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-onload = function() {
- chrome.test.sendMessage('visible');
+[
+ NoInterfaceObject,
+] interface MojoInterfaceProvider {
+ MojoHandle getInterface(DOMString name);
};

Powered by Google App Engine
This is Rietveld 408576698