| 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 52129fd9df3aed9d3b43573ec7d4ea1780d7efc7..a83bd3b971a03ef93fe6cc6343ce533d47cc0bfe 100644
|
| --- a/remoting/host/plugin/host_script_object.cc
|
| +++ b/remoting/host/plugin/host_script_object.cc
|
| @@ -369,8 +369,8 @@ void HostNPScriptObject::It2MeImpl::FinishConnect(
|
| CreateHostSessionManager(network_settings,
|
| host_context_->url_request_context_getter()),
|
| host_context_->audio_task_runner(),
|
| - host_context_->capture_task_runner(),
|
| - host_context_->encode_task_runner(),
|
| + host_context_->video_capture_task_runner(),
|
| + host_context_->video_encode_task_runner(),
|
| host_context_->network_task_runner());
|
| host_->AddStatusObserver(this);
|
| log_to_server_.reset(
|
|
|