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

Unified Diff: content/test/render_thread_impl_browser_test_ipc_helper.cc

Issue 2159293002: Plumb explicit IPC task runner through to IPC::Channel creation (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: add dcheck Created 4 years, 5 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 | « content/child/child_thread_impl.cc ('k') | ipc/ipc_channel.h » ('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 4ffd75bc4dea21b12c7bb3d6d09dde219b479d2f..171e08537ab79a4562274836598294e06b322b25 100644
--- a/content/test/render_thread_impl_browser_test_ipc_helper.cc
+++ b/content/test/render_thread_impl_browser_test_ipc_helper.cc
@@ -48,7 +48,8 @@ void RenderThreadImplBrowserIPCTestHelper::SetupMojo() {
mojo::MessagePipe pipe;
channel_ = IPC::ChannelProxy::Create(
IPC::ChannelMojo::CreateServerFactory(
- mojo::edk::CreateParentMessagePipe(mojo_ipc_token_, child_token)),
+ mojo::edk::CreateParentMessagePipe(mojo_ipc_token_, child_token),
+ ipc_thread_->task_runner()),
dummy_listener_.get(), ipc_thread_->task_runner());
}
« no previous file with comments | « content/child/child_thread_impl.cc ('k') | ipc/ipc_channel.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698