| Index: content/ppapi_plugin/ppapi_thread.cc
|
| diff --git a/content/ppapi_plugin/ppapi_thread.cc b/content/ppapi_plugin/ppapi_thread.cc
|
| index e0bfb78aee33dd887b86c3af1049c237250e9a6b..0f718af44edd5edda20a78326bc4208c91d785ab 100644
|
| --- a/content/ppapi_plugin/ppapi_thread.cc
|
| +++ b/content/ppapi_plugin/ppapi_thread.cc
|
| @@ -93,8 +93,6 @@ PpapiThread::PpapiThread(const CommandLine& command_line, bool is_broker)
|
| globals->set_plugin_proxy_delegate(this);
|
| globals->set_command_line(
|
| command_line.GetSwitchValueASCII(switches::kPpapiFlashArgs));
|
| - globals->set_enable_threading(
|
| - !command_line.HasSwitch(switches::kDisablePepperThreading));
|
|
|
| webkit_platform_support_.reset(new PpapiWebKitPlatformSupportImpl);
|
| WebKit::initialize(webkit_platform_support_.get());
|
|
|