| 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 7f038859433ac473e341486db8036df448b2f4ad..e58f8c1f7a0a5e02810cea3ce28d245bbae85cf1 100644
|
| --- a/content/test/render_thread_impl_browser_test_ipc_helper.cc
|
| +++ b/content/test/render_thread_impl_browser_test_ipc_helper.cc
|
| @@ -54,6 +54,7 @@ void RenderThreadImplBrowserIPCTestHelper::SetupMojo() {
|
|
|
| channel_ = IPC::ChannelProxy::Create(
|
| IPC::ChannelMojo::CreateServerFactory(mojo_host_->channel_delegate(),
|
| + ipc_thread_->task_runner(),
|
| channel_id_),
|
| dummy_listener_.get(), ipc_thread_->task_runner());
|
|
|
|
|