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

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: '' 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 6419)
+++ src/shared/ppapi_proxy/ppruntime.h (working copy)
@@ -10,6 +10,11 @@
EXTERN_C_BEGIN
+// Initialize srpc connection to the browser. Some APIs like manifest file
+// opening do not need full ppapi initialization and so can be used after
+// this function returns.
+int IrtInit();
+
// The entry point for the main thread of the PPAPI plugin process.
int PpapiPluginMain();

Powered by Google App Engine
This is Rietveld 408576698