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

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

Issue 1993283002: Add thunks for MojoGetRights(), etc. (Closed) Base URL: https://github.com/domokit/mojo.git@work795_core_get_rights
Patch Set: I'm an idiot Created 4 years, 7 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/system/core_unittest.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 02ed73bcf5532697d12789e0f8c70e109a499158..7ccdc84622f2d39642b6e4f3fa999d441cbbc0c6 100644
--- a/mojo/nacl/nonsfi/irt_mojo_nonsfi.cc
+++ b/mojo/nacl/nonsfi/irt_mojo_nonsfi.cc
@@ -24,6 +24,7 @@ const struct nacl_irt_mojo kIrtMojo = {
nacl::MojoGetInitialHandle,
MojoGetTimeTicksNow,
MojoClose,
+ MojoGetRights,
MojoWait,
MojoWaitMany,
MojoCreateMessagePipe,
« no previous file with comments | « mojo/edk/system/core_unittest.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