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

Unified Diff: ipc/mojo/ipc_channel_mojo_unittest.cc

Issue 488003003: Add ChannelProxy benchmark to ipc_perftests. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Landing. Created 6 years, 4 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/ipc_test_base.cc ('k') | mojo/embedder/embedder_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ipc/mojo/ipc_channel_mojo_unittest.cc
diff --git a/ipc/mojo/ipc_channel_mojo_unittest.cc b/ipc/mojo/ipc_channel_mojo_unittest.cc
index 31578370399034a094fc188bc1bbe165181e7e1c..60069b7dfdfad3d2b4d6b7c541ea40ba6c083151 100644
--- a/ipc/mojo/ipc_channel_mojo_unittest.cc
+++ b/ipc/mojo/ipc_channel_mojo_unittest.cc
@@ -114,7 +114,7 @@ void IPCChannelMojoTest::CreateMojoChannel(IPC::Listener* listener) {
CreateChannel(&never_called_);
scoped_ptr<IPC::Channel> mojo_channel = IPC::ChannelMojo::Create(
ReleaseChannel(), IPC::Channel::MODE_SERVER, listener,
- io_thread_task_runner()).PassAs<IPC::Channel>();
+ task_runner()).PassAs<IPC::Channel>();
SetChannel(mojo_channel.PassAs<IPC::Channel>());
}
« no previous file with comments | « ipc/ipc_test_base.cc ('k') | mojo/embedder/embedder_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698