| 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 779cc6274b36f13d8af5160929c06f697ae6f5fe..7342b2e90a3a7fca88fb71e2680dd64ae90f79d0 100644
|
| --- a/remoting/host/win/wts_session_process_delegate.cc
|
| +++ b/remoting/host/win/wts_session_process_delegate.cc
|
| @@ -387,7 +387,7 @@ void WtsSessionProcessDelegate::Core::DoLaunchProcess() {
|
| IPC::AttachmentBroker::GetGlobal()->RegisterCommunicationChannel(
|
| channel.get(), io_task_runner_);
|
| channel->Init(IPC::ChannelHandle(pipe.Get()), IPC::Channel::MODE_SERVER,
|
| - true);
|
| + /*create_pipe_now=*/true);
|
|
|
| // Pass the name of the IPC channel to use.
|
| command_line.AppendSwitchNative(kDaemonPipeSwitchName,
|
|
|