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

Unified Diff: components/nacl/loader/nonsfi/irt_interfaces.h

Issue 139993009: [WIP] Yet another demo for BMM NaCl ppapi connection. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 11 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: components/nacl/loader/nonsfi/irt_interfaces.h
diff --git a/components/nacl/loader/nonsfi/irt_interfaces.h b/components/nacl/loader/nonsfi/irt_interfaces.h
index 78c5bf0a36da8ee662ac05d96acb477b8f733ac5..1db2235374a954f23646cf75ca36d8061f687163 100644
--- a/components/nacl/loader/nonsfi/irt_interfaces.h
+++ b/components/nacl/loader/nonsfi/irt_interfaces.h
@@ -7,6 +7,7 @@
#include "base/basictypes.h"
#include "native_client/src/untrusted/irt/irt.h"
+#include "native_client/src/untrusted/irt/irt_dev.h"
namespace nacl {
namespace nonsfi {
@@ -16,11 +17,15 @@ size_t NaClIrtInterface(const char* interface_ident,
extern const struct nacl_irt_basic kIrtBasic;
extern const struct nacl_irt_fdio kIrtFdIO;
+extern const struct nacl_irt_filename kIrtFileName;
+extern const struct nacl_irt_dev_filename kIrtDevFileName;
extern const struct nacl_irt_memory kIrtMemory;
extern const struct nacl_irt_thread kIrtThread;
extern const struct nacl_irt_futex kIrtFutex;
extern const struct nacl_irt_tls kIrtTls;
extern const struct nacl_irt_clock kIrtClock;
+extern const struct nacl_irt_resource_open kIrtResourceOpen;
+extern const struct nacl_irt_ppapihook kIrtPpapiHook;
} // namespace nonsfi
} // namespace nacl

Powered by Google App Engine
This is Rietveld 408576698