summaryrefslogtreecommitdiffstats
path: root/remoting/host/desktop_session_proxy.cc
diff options
context:
space:
mode:
authorerikchen <erikchen@chromium.org>2015-08-03 14:21:08 -0700
committerCommit bot <commit-bot@chromium.org>2015-08-03 21:21:50 +0000
commita378aedabc3f00fc03663222d078bf8b75246309 (patch)
tree7e9d8b35918eea07ad5db4f6ff9390ef707d0f11 /remoting/host/desktop_session_proxy.cc
parentbd220e4849741435ba7d4583b9d5022ce032d41e (diff)
downloadchromium_src-a378aedabc3f00fc03663222d078bf8b75246309.zip
chromium_src-a378aedabc3f00fc03663222d078bf8b75246309.tar.gz
chromium_src-a378aedabc3f00fc03663222d078bf8b75246309.tar.bz2
Don't use attachment brokers with remoting processes.
In the future, we may want to extend attachment brokering functionality to remoting processes, but in the near term, just disable it explicitly. BUG=493414 Review URL: https://codereview.chromium.org/1270673002 Cr-Commit-Position: refs/heads/master@{#341615}
Diffstat (limited to 'remoting/host/desktop_session_proxy.cc')
-rw-r--r--remoting/host/desktop_session_proxy.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/remoting/host/desktop_session_proxy.cc b/remoting/host/desktop_session_proxy.cc
index 68d9f96..54399d9 100644
--- a/remoting/host/desktop_session_proxy.cc
+++ b/remoting/host/desktop_session_proxy.cc
@@ -267,7 +267,8 @@ bool DesktopSessionProxy::AttachToDesktop(
desktop_channel_ = IPC::ChannelProxy::Create(desktop_channel_handle,
IPC::Channel::MODE_CLIENT,
this,
- io_task_runner_.get());
+ 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.