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

Unified Diff: content/test/render_thread_impl_browser_test_ipc_helper.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 | « cloud_print/service/win/service_listener.cc ('k') | ipc/attachment_broker_privileged_win_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/test/render_thread_impl_browser_test_ipc_helper.cc
diff --git a/content/test/render_thread_impl_browser_test_ipc_helper.cc b/content/test/render_thread_impl_browser_test_ipc_helper.cc
index 7a4bec189540e42f088e76493808c18bde15ebfe..8f454e2a7b72ba8f9322cbb935f4f5450afe94ae 100644
--- a/content/test/render_thread_impl_browser_test_ipc_helper.cc
+++ b/content/test/render_thread_impl_browser_test_ipc_helper.cc
@@ -28,7 +28,7 @@ RenderThreadImplBrowserIPCTestHelper::RenderThreadImplBrowserIPCTestHelper() {
} else {
channel_ = IPC::ChannelProxy::Create(channel_id_, IPC::Channel::MODE_SERVER,
dummy_listener_.get(),
- ipc_thread_->task_runner(), nullptr);
+ ipc_thread_->task_runner());
}
}
@@ -52,7 +52,7 @@ void RenderThreadImplBrowserIPCTestHelper::SetupMojo() {
channel_ = IPC::ChannelProxy::Create(
IPC::ChannelMojo::CreateServerFactory(ipc_thread_->task_runner(),
- channel_id_, nullptr),
+ channel_id_),
dummy_listener_.get(), ipc_thread_->task_runner());
mojo_application_host_->Init();
« no previous file with comments | « cloud_print/service/win/service_listener.cc ('k') | ipc/attachment_broker_privileged_win_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698