| Index: ppapi/nacl_irt/plugin_main.cc
|
| diff --git a/ppapi/nacl_irt/plugin_main.cc b/ppapi/nacl_irt/plugin_main.cc
|
| index eeeb50b7373e764a002b2dbb1c69f2f6b2bdda8a..668f67a3b0e411638eaa6c0c70aa91959e9b73fb 100644
|
| --- a/ppapi/nacl_irt/plugin_main.cc
|
| +++ b/ppapi/nacl_irt/plugin_main.cc
|
| @@ -24,15 +24,9 @@
|
|
|
| void PpapiPluginRegisterThreadCreator(
|
| const struct PP_ThreadFunctions* thread_functions) {
|
| -#if defined(__native_client__)
|
| - // TODO(hidehiko): The thread creation for the PPB_Audio is not yet
|
| - // implemented on non-SFI mode. Support this. Now, this function invocation
|
| - // is just ignored.
|
| -
|
| // Initialize all classes that need to create threads that call back into
|
| // user code.
|
| ppapi::PPB_Audio_Shared::SetThreadFunctions(thread_functions);
|
| -#endif
|
| }
|
|
|
| int PpapiPluginMain() {
|
|
|