| Index: remoting/host/ipc_util_posix.cc
|
| diff --git a/remoting/host/ipc_util_posix.cc b/remoting/host/ipc_util_posix.cc
|
| index b0cee30859fe1370fc8dd5fdc27a134d7d25a9ec..8c0152cb389e750ef2bcdee70442cb44eb1e5f54 100644
|
| --- a/remoting/host/ipc_util_posix.cc
|
| +++ b/remoting/host/ipc_util_posix.cc
|
| @@ -47,9 +47,8 @@ bool CreateConnectedIpcChannel(
|
| base::FileDescriptor fd(pipe_fds[0], false);
|
| IPC::ChannelHandle handle(socket_name, fd);
|
| *server_out = IPC::ChannelProxy::Create(IPC::ChannelHandle(socket_name, fd),
|
| - IPC::Channel::MODE_SERVER,
|
| - listener,
|
| - io_task_runner.get());
|
| + IPC::Channel::MODE_SERVER, listener,
|
| + io_task_runner.get(), nullptr);
|
|
|
| *client_out = base::File(pipe_fds[1]);
|
| return true;
|
|
|