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

Unified Diff: services/nacl/pexe_translator.mojom

Issue 1382713002: Creating a pexe content handler to translate and run pexes. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Tests Added Created 5 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: services/nacl/pexe_translator.mojom
diff --git a/mojo/services/sharing/interfaces/sharing.mojom b/services/nacl/pexe_translator.mojom
similarity index 63%
copy from mojo/services/sharing/interfaces/sharing.mojom
copy to services/nacl/pexe_translator.mojom
index 494b5523e6694c67ce8ebd0c84b46f5fe97cbfbe..dcdc0048026b7f791e72cedcc947165f3fee8cf6 100644
--- a/mojo/services/sharing/interfaces/sharing.mojom
+++ b/services/nacl/pexe_translator.mojom
@@ -2,9 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-[DartPackage="mojo_services"]
-module mojo;
+module mojo.nacl;
-interface SharingService {
- ShareText(string text);
+interface PexeTranslator {
+ PexeTranslate(handle<message_pipe> message_handle);
};

Powered by Google App Engine
This is Rietveld 408576698