Index: remoting/host/desktop_session_proxy.cc |
diff --git a/remoting/host/desktop_session_proxy.cc b/remoting/host/desktop_session_proxy.cc |
index 68d9f964011a836748bee75954bbc43e83cb180f..4b582f7b600a869c05207a9d0f9b5dfa6dc15fa7 100644 |
--- a/remoting/host/desktop_session_proxy.cc |
+++ b/remoting/host/desktop_session_proxy.cc |
@@ -265,9 +265,8 @@ bool DesktopSessionProxy::AttachToDesktop( |
// Connect to the desktop process. |
desktop_channel_ = IPC::ChannelProxy::Create(desktop_channel_handle, |
- IPC::Channel::MODE_CLIENT, |
- this, |
- io_task_runner_.get()); |
+ IPC::Channel::MODE_CLIENT, this, |
+ io_task_runner_.get(), nullptr); |
// Pass ID of the client (which is authenticated at this point) to the desktop |
// session agent and start the agent. |