| Index: remoting/host/remoting_me2me_host.cc
|
| diff --git a/remoting/host/remoting_me2me_host.cc b/remoting/host/remoting_me2me_host.cc
|
| index 19f7cf7d6f2e87d39ec3c576c26d259fcaefd9e3..855502dbe8499e7c0694c1b0b0ae92409263dd1b 100644
|
| --- a/remoting/host/remoting_me2me_host.cc
|
| +++ b/remoting/host/remoting_me2me_host.cc
|
| @@ -577,6 +577,7 @@ void HostProcess::StartOnUiThread() {
|
| IpcDesktopEnvironmentFactory* desktop_environment_factory =
|
| new IpcDesktopEnvironmentFactory(
|
| context_->network_task_runner(),
|
| + context_->network_task_runner(),
|
| daemon_channel_.get());
|
| desktop_session_connector_ = desktop_environment_factory;
|
| #else // !defined(REMOTING_MULTI_PROCESS)
|
|
|