| Index: remoting/host/plugin/host_script_object.cc
|
| diff --git a/remoting/host/plugin/host_script_object.cc b/remoting/host/plugin/host_script_object.cc
|
| index 2d7e98a01dfe7d86d1698e6af1b6f4c7c075dbb9..844a43bc401333dba12bef4dc85ffda53b55a4e7 100644
|
| --- a/remoting/host/plugin/host_script_object.cc
|
| +++ b/remoting/host/plugin/host_script_object.cc
|
| @@ -227,7 +227,10 @@ void HostNPScriptObject::It2MeImpl::Connect(
|
| return;
|
| }
|
|
|
| - desktop_environment_factory_.reset(new BasicDesktopEnvironmentFactory());
|
| + desktop_environment_factory_.reset(new BasicDesktopEnvironmentFactory(
|
| + host_context_->network_task_runner(),
|
| + host_context_->input_task_runner(),
|
| + host_context_->ui_task_runner()));
|
|
|
| // Start monitoring configured policies.
|
| policy_watcher_.reset(
|
|
|