Chromium Code Reviews| 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(); |