| 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 efdb8b85fbbde8a78ec4820af56543e78e08d88b..9bd58bfe69fc81d81c773c65070af3484e4b8357 100644
|
| --- a/remoting/host/win/wts_session_process_delegate.cc
|
| +++ b/remoting/host/win/wts_session_process_delegate.cc
|
| @@ -427,7 +427,7 @@ void WtsSessionProcessDelegate::Core::DoLaunchProcess() {
|
| pipe_ = std::move(pipe);
|
|
|
| IPC::AttachmentBroker::GetGlobal()->RegisterCommunicationChannel(
|
| - channel_.get());
|
| + channel_.get(), io_task_runner_);
|
|
|
| // Report success if the worker process is lauched directly. Otherwise, PID of
|
| // the client connected to the pipe will be used later. See
|
|
|