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

Unified Diff: ppapi/native_client/src/shared/ppapi_proxy/plugin_globals.cc

Issue 10824171: NaCl: Cleanup: Remove PpapiPluginRegisterDefaultThreadCreator() (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Copyright Created 8 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: ppapi/native_client/src/shared/ppapi_proxy/plugin_globals.cc
diff --git a/ppapi/native_client/src/shared/ppapi_proxy/plugin_globals.cc b/ppapi/native_client/src/shared/ppapi_proxy/plugin_globals.cc
index b8ef392b9edbd11a44062d948c7014cf6d33a86f..744beaed7067fae1cc24521fef872b295c9f6377 100644
--- a/ppapi/native_client/src/shared/ppapi_proxy/plugin_globals.cc
+++ b/ppapi/native_client/src/shared/ppapi_proxy/plugin_globals.cc
@@ -196,7 +196,6 @@ int IrtInit() {
int PpapiPluginMain() {
IrtInit();
- PpapiPluginRegisterDefaultThreadCreator();
// Designate this as the main thread for PPB_Core::IsMainThread().
ppapi_proxy::PluginCore::MarkMainThread();
if (!NaClSrpcAcceptClientConnection(PppRpcs::srpc_methods)) {
« no previous file with comments | « ppapi/native_client/src/shared/ppapi_proxy/nacl.scons ('k') | ppapi/native_client/src/shared/ppapi_proxy/plugin_threading.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698