| Index: remoting/host/ipc_desktop_environment_unittest.cc
|
| diff --git a/remoting/host/ipc_desktop_environment_unittest.cc b/remoting/host/ipc_desktop_environment_unittest.cc
|
| index b8c39105292a801350e86593ff75e5ae12c95c24..9bfb621d4a4cc0bb2d4c412adada58f22bfb116b 100644
|
| --- a/remoting/host/ipc_desktop_environment_unittest.cc
|
| +++ b/remoting/host/ipc_desktop_environment_unittest.cc
|
| @@ -394,12 +394,9 @@ void IpcDesktopEnvironmentTest::CreateDesktopProcess() {
|
|
|
| // Create the daemon end of the daemon-to-desktop channel.
|
| desktop_channel_name_ = IPC::Channel::GenerateUniqueRandomChannelID();
|
| - desktop_channel_ =
|
| - IPC::ChannelProxy::Create(IPC::ChannelHandle(desktop_channel_name_),
|
| - IPC::Channel::MODE_SERVER,
|
| - &desktop_listener_,
|
| - io_task_runner_.get(),
|
| - nullptr);
|
| + desktop_channel_ = IPC::ChannelProxy::Create(
|
| + IPC::ChannelHandle(desktop_channel_name_), IPC::Channel::MODE_SERVER,
|
| + &desktop_listener_, io_task_runner_.get());
|
|
|
| // Create and start the desktop process.
|
| desktop_process_.reset(new DesktopProcess(task_runner_,
|
|
|