Chromium Code Reviews| 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(); |
|
pasko-google - do not use
2011/08/15 16:23:04
google style guide suggests a different naming con
halyavin
2011/08/16 09:05:37
Done.
|
| + |
| // The entry point for the main thread of the PPAPI plugin process. |
| int PpapiPluginMain(); |