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

Unified Diff: services/nacl/nonsfi/pnacl_compile.mojom

Issue 1932713003: More SynchronousInterfacePtr conversion + some related pexe content handler cleanup. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 4 years, 8 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
« no previous file with comments | « services/nacl/nonsfi/pnacl_compile.cc ('k') | services/nacl/nonsfi/pnacl_link.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/nacl/nonsfi/pnacl_compile.mojom
diff --git a/services/nacl/nonsfi/pnacl_compile.mojom b/services/nacl/nonsfi/pnacl_compile.mojom
index 9e60e79441add2b154daef558920c2d092090d65..04e275067473f88597d8ff5be04a7b062027df0e 100644
--- a/services/nacl/nonsfi/pnacl_compile.mojom
+++ b/services/nacl/nonsfi/pnacl_compile.mojom
@@ -6,7 +6,7 @@ module mojo.nacl;
[ServiceName="mojo::nacl::PexeCompilerInit"]
interface PexeCompilerInit {
- PexeCompilerStart(handle<message_pipe> message_handle);
+ PexeCompilerStart(PexeCompiler& compiler_request);
};
interface PexeCompiler {
« no previous file with comments | « services/nacl/nonsfi/pnacl_compile.cc ('k') | services/nacl/nonsfi/pnacl_link.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698