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

Unified Diff: src/untrusted/irt/irt.h

Issue 10826171: Incorporate shimming into the irt (Closed) Base URL: svn://svn.chromium.org/native_client/trunk/src/native_client/
Patch Set: Created 8 years, 4 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: src/untrusted/irt/irt.h
===================================================================
--- src/untrusted/irt/irt.h (revision 9574)
+++ src/untrusted/irt/irt.h (working copy)
@@ -147,6 +147,7 @@
};
#define NACL_IRT_PPAPIHOOK_v0_1 "nacl-irt-ppapihook-0.1"
+#define NACL_IRT_PPAPIHOOK_SHIMMED_v0_1 "nacl-irt-ppapihook-shimmed-0.1"
jvoung (off chromium) 2012/08/27 21:53:58 I think Roland recommended to having this in irt.h
Robert Muth (chromium) 2012/08/28 14:18:01 Done.
struct nacl_irt_ppapihook {
int (*ppapi_start)(const struct PP_StartFunctions *);
void (*ppapi_register_thread_creator)(const struct PP_ThreadFunctions *);

Powered by Google App Engine
This is Rietveld 408576698