Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2946)

Unified Diff: remoting/host/desktop_process.cc

Issue 1354973006: ipc: Remove unnecessary attachment broker plumbing. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Compile errors. Created 5 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ipc/sync_socket_unittest.cc ('k') | remoting/host/desktop_process_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/host/desktop_process.cc
diff --git a/remoting/host/desktop_process.cc b/remoting/host/desktop_process.cc
index 72e0d3516672adbbd4b8f848b63e1d04ead0e325..44fb8dabd9295e4521f7b70b51758059def7d8fd 100644
--- a/remoting/host/desktop_process.cc
+++ b/remoting/host/desktop_process.cc
@@ -139,11 +139,9 @@ bool DesktopProcess::Start(
}
// Connect to the daemon.
- daemon_channel_ = IPC::ChannelProxy::Create(daemon_channel_name_,
- IPC::Channel::MODE_CLIENT,
- this,
- io_task_runner.get(),
- nullptr);
+ daemon_channel_ =
+ IPC::ChannelProxy::Create(daemon_channel_name_, IPC::Channel::MODE_CLIENT,
+ this, io_task_runner.get());
// Pass |desktop_pipe| to the daemon.
daemon_channel_->Send(
« no previous file with comments | « ipc/sync_socket_unittest.cc ('k') | remoting/host/desktop_process_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698