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

Unified Diff: tools/ipc_fuzzer/message_replay/replay_process.cc

Issue 1054253005: ChannelMojo: Ensure that it always has ScopedIPCSupport (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed the ipc_fuzzer breakage Created 5 years, 8 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/mojo/ipc_mojo_perftest.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/ipc_fuzzer/message_replay/replay_process.cc
diff --git a/tools/ipc_fuzzer/message_replay/replay_process.cc b/tools/ipc_fuzzer/message_replay/replay_process.cc
index 56cc2ae5785ea30fc09697ea80d49dce367796d1..8e30b9004fbf420674826f6683173cabd65c6d1b 100644
--- a/tools/ipc_fuzzer/message_replay/replay_process.cc
+++ b/tools/ipc_fuzzer/message_replay/replay_process.cc
@@ -93,7 +93,8 @@ void ReplayProcess::OpenChannel() {
content::ShouldUseMojoChannel();
if (should_use_mojo) {
channel_ = IPC::ChannelProxy::Create(
- IPC::ChannelMojo::CreateClientFactory(nullptr, channel_name), this,
+ IPC::ChannelMojo::CreateClientFactory(
+ nullptr, io_thread_.message_loop_proxy(), channel_name), this,
io_thread_.message_loop_proxy());
} else {
channel_ =
« no previous file with comments | « ipc/mojo/ipc_mojo_perftest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698