| Index: remoting/host/ipc_util_win.cc
|
| diff --git a/remoting/host/ipc_util_win.cc b/remoting/host/ipc_util_win.cc
|
| index f47021075f1f16f523a89fe3b19f7c6c859da986..22ac15a0ea8472740df023c2e709331857f1e41c 100644
|
| --- a/remoting/host/ipc_util_win.cc
|
| +++ b/remoting/host/ipc_util_win.cc
|
| @@ -58,8 +58,7 @@ bool CreateConnectedIpcChannel(
|
| IPC::ChannelProxy::Create(IPC::ChannelHandle(pipe.Get()),
|
| IPC::Channel::MODE_SERVER,
|
| listener,
|
| - io_task_runner,
|
| - nullptr);
|
| + io_task_runner);
|
|
|
| // Convert the channel name to the pipe name.
|
| std::string pipe_name(kChromePipeNamePrefix);
|
|
|