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

Unified Diff: mojo/nacl/nonsfi/irt_mojo_nonsfi.cc

Issue 1876353006: Add Mojo{Set,Get}DataPipeProducerOptions() to the NaCl system thunks. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: gah 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 | « mojo/edk/embedder/system_impl_private_entrypoints.cc ('k') | mojo/nacl/sfi/nacl_bindings/mojo_irt.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/nacl/nonsfi/irt_mojo_nonsfi.cc
diff --git a/mojo/nacl/nonsfi/irt_mojo_nonsfi.cc b/mojo/nacl/nonsfi/irt_mojo_nonsfi.cc
index 6ae5c541cb4e9419ec63863f995b0c5c603c0491..02ed73bcf5532697d12789e0f8c70e109a499158 100644
--- a/mojo/nacl/nonsfi/irt_mojo_nonsfi.cc
+++ b/mojo/nacl/nonsfi/irt_mojo_nonsfi.cc
@@ -30,6 +30,8 @@ const struct nacl_irt_mojo kIrtMojo = {
MojoWriteMessage,
MojoReadMessage,
MojoCreateDataPipe,
+ MojoSetDataPipeProducerOptions,
+ MojoGetDataPipeProducerOptions,
MojoWriteData,
MojoBeginWriteData,
MojoEndWriteData,
« no previous file with comments | « mojo/edk/embedder/system_impl_private_entrypoints.cc ('k') | mojo/nacl/sfi/nacl_bindings/mojo_irt.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698