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

Unified Diff: native_client/src/trusted/plugin/nacl_entry_points.h

Issue 212020: NaCl integration (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 3 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
« no previous file with comments | « ipc/ipc_message_utils.h ('k') | native_client/src/trusted/plugin/nacl_entry_points.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: native_client/src/trusted/plugin/nacl_entry_points.h
===================================================================
--- native_client/src/trusted/plugin/nacl_entry_points.h (revision 730)
+++ native_client/src/trusted/plugin/nacl_entry_points.h (working copy)
@@ -32,18 +32,7 @@
#ifndef NATIVE_CLIENT_SRC_TRUSTED_PLUGIN_NACL_ENTRY_POINTS_H_
#define NATIVE_CLIENT_SRC_TRUSTED_PLUGIN_NACL_ENTRY_POINTS_H_
-#include "webkit/glue/plugins/plugin_list.h"
-
-// Native Client entry points
-// NOTE: These functions are declared using Chrome includes, do not include this
-// file in NaCl files.
-NPError API_CALL NaCl_NP_GetEntryPoints(NPPluginFuncs* funcs);
-#if defined(OS_LINUX)
-NPError API_CALL NaCl_NP_Initialize(NPNetscapeFuncs* funcs,
- NPPluginFuncs* pluginFuncs);
-#else
-NPError API_CALL NaCl_NP_Initialize(NPNetscapeFuncs* funcs);
-#endif
-NPError API_CALL NaCl_NP_Shutdown(void);
+// Registers the internal NaCl plugin with PluginList.
+void RegisterInternalNaClPlugin();
#endif // NATIVE_CLIENT_SRC_TRUSTED_PLUGIN_NACL_ENTRY_POINTS_H_
« no previous file with comments | « ipc/ipc_message_utils.h ('k') | native_client/src/trusted/plugin/nacl_entry_points.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698