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

Unified Diff: ppapi/nacl_irt/irt_ppapi.h

Issue 1512233002: PPAPI/NaCl: Move plugin_main.cc's contents into irt_ppapi.cc (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 5 years 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 | ppapi/nacl_irt/irt_ppapi.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/nacl_irt/irt_ppapi.h
diff --git a/ppapi/nacl_irt/irt_ppapi.h b/ppapi/nacl_irt/irt_ppapi.h
index d65bede29486b31dabf36b43a2d030e6b9819bc7..07a5a864065327405f5f34797f4c029bbac8866f 100644
--- a/ppapi/nacl_irt/irt_ppapi.h
+++ b/ppapi/nacl_irt/irt_ppapi.h
@@ -5,6 +5,19 @@
#ifndef PPAPI_NACL_IRT_IRT_PPAPI_H_
#define PPAPI_NACL_IRT_IRT_PPAPI_H_
-extern "C" int irt_ppapi_start(const struct PP_StartFunctions* funcs);
+#include "ppapi/nacl_irt/public/irt_ppapi.h"
+
+#ifdef __cplusplus
+extern "C" {
+#endif
+
+int irt_ppapi_start(const struct PP_StartFunctions* funcs);
+
+void PpapiPluginRegisterThreadCreator(
+ const struct PP_ThreadFunctions* new_funcs);
+
+#ifdef __cplusplus
+}
+#endif
#endif // PPAPI_NACL_IRT_IRT_PPAPI_H_
« no previous file with comments | « no previous file | ppapi/nacl_irt/irt_ppapi.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698