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

Unified Diff: services/nacl/nonsfi/pnacl_link.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_link.cc ('k') | shell/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/nacl/nonsfi/pnacl_link.mojom
diff --git a/services/nacl/nonsfi/pnacl_link.mojom b/services/nacl/nonsfi/pnacl_link.mojom
index ae892ea6e5987d5f9cba5763b845f6a9e7d46b3e..30f29e1e7009eab25b0c091d2f4e1ec3756e7f1c 100644
--- a/services/nacl/nonsfi/pnacl_link.mojom
+++ b/services/nacl/nonsfi/pnacl_link.mojom
@@ -6,7 +6,7 @@ module mojo.nacl;
[ServiceName="mojo::nacl::PexeLinkerInit"]
interface PexeLinkerInit {
- PexeLinkerStart(handle<message_pipe> message_handle);
+ PexeLinkerStart(PexeLinker& linker_request);
};
interface PexeLinker {
« no previous file with comments | « services/nacl/nonsfi/pnacl_link.cc ('k') | shell/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698