| 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)) {
|
|
|