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

Unified Diff: cloud_print/service/win/service_listener.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 | « no previous file | content/test/render_thread_impl_browser_test_ipc_helper.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cloud_print/service/win/service_listener.cc
diff --git a/cloud_print/service/win/service_listener.cc b/cloud_print/service/win/service_listener.cc
index 2fdc8b70eca5a5ce2300c7fb8bd7edcd471ec5a1..52d8ab8785d7c02a39e7e389fb848ca736fcf1f2 100644
--- a/cloud_print/service/win/service_listener.cc
+++ b/cloud_print/service/win/service_listener.cc
@@ -95,8 +95,7 @@ void ServiceListener::Connect() {
// This process never sends or receives brokered attachments, so there's no
// need for an attachment broker.
channel_ =
- IPC::Channel::CreateClient(IPC::ChannelHandle(handle.Get()), this,
- nullptr /* attachment_broker */);
+ IPC::Channel::CreateClient(IPC::ChannelHandle(handle.Get()), this);
channel_->Connect();
} else {
ipc_thread_->message_loop()->PostDelayedTask(
« no previous file with comments | « no previous file | content/test/render_thread_impl_browser_test_ipc_helper.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698