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

Unified Diff: src/shared/ppapi_proxy/ppruntime.h

Issue 7605029: Extend IRT with nacl_irt_resource_open interface (Closed) Base URL: svn://svn.chromium.org/native_client/trunk/src/native_client/
Patch Set: remove empty lines Created 9 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/shared/ppapi_proxy/ppruntime.h
===================================================================
--- src/shared/ppapi_proxy/ppruntime.h (revision 6384)
+++ src/shared/ppapi_proxy/ppruntime.h (working copy)
@@ -10,6 +10,12 @@
EXTERN_C_BEGIN
+// Create srpc channel. Manifest file open works after this point.
+int PpapiPluginPreInit();
+
+// Finish ppapi initialization.
+int PpapiPluginPostInit();
+
// The entry point for the main thread of the PPAPI plugin process.
int PpapiPluginMain();

Powered by Google App Engine
This is Rietveld 408576698