| Index: remoting/host/remoting_me2me_host.cc | 
| diff --git a/remoting/host/remoting_me2me_host.cc b/remoting/host/remoting_me2me_host.cc | 
| index b4a35bd2467c08058641b245ea0487af04c083d9..708868ceda061224c212c396f139a13522d76c72 100644 | 
| --- a/remoting/host/remoting_me2me_host.cc | 
| +++ b/remoting/host/remoting_me2me_host.cc | 
| @@ -593,6 +593,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) | 
|  |