| Index: remoting/host/win/wts_session_process_delegate.cc
|
| diff --git a/remoting/host/win/wts_session_process_delegate.cc b/remoting/host/win/wts_session_process_delegate.cc
|
| index 0cd0e870662848e19831bd2c36299f4b07af59d3..5895f1fd198d045a85f1f93b06912e7dec377462 100644
|
| --- a/remoting/host/win/wts_session_process_delegate.cc
|
| +++ b/remoting/host/win/wts_session_process_delegate.cc
|
| @@ -384,8 +384,7 @@ void WtsSessionProcessDelegate::Core::DoLaunchProcess() {
|
| IPC::ChannelProxy::Create(IPC::ChannelHandle(pipe.Get()),
|
| IPC::Channel::MODE_SERVER,
|
| this,
|
| - io_task_runner_,
|
| - nullptr));
|
| + io_task_runner_));
|
|
|
| // Pass the name of the IPC channel to use.
|
| command_line.AppendSwitchNative(kDaemonPipeSwitchName,
|
|
|