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

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
« no previous file with comments | « no previous file | src/untrusted/irt/irt_interfaces.h » ('j') | src/untrusted/irt/irt_interfaces.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/untrusted/irt/irt.h
===================================================================
--- src/untrusted/irt/irt.h (revision 9574)
+++ src/untrusted/irt/irt.h (working copy)
@@ -146,7 +146,9 @@
int (*register_block_hooks)(void (*pre)(void), void (*post)(void));
};
+/* these should be kept in sync, both are using the nacl_irt_ppapihook API */
Mark Seaborn 2012/08/28 15:51:20 If you are going to add comments, please make sure
Robert Muth (chromium) 2012/08/28 18:13:30 Done.
#define NACL_IRT_PPAPIHOOK_v0_1 "nacl-irt-ppapihook-0.1"
+#define NACL_IRT_PPAPIHOOK_SHIMMED_v0_1 "nacl-irt-ppapihook-shimmed-0.1"
Mark Seaborn 2012/08/28 15:51:20 So far irt.h only contains public interfaces. I t
Robert Muth (chromium) 2012/08/28 18:13:30 This is a public interface, if somebody chooses to
Mark Seaborn 2012/08/28 18:57:06 That's not my and Roland's understanding. We are
Robert Muth (chromium) 2012/08/28 20:22:46 Done.
struct nacl_irt_ppapihook {
int (*ppapi_start)(const struct PP_StartFunctions *);
void (*ppapi_register_thread_creator)(const struct PP_ThreadFunctions *);
« no previous file with comments | « no previous file | src/untrusted/irt/irt_interfaces.h » ('j') | src/untrusted/irt/irt_interfaces.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698