| Index: tools/ipc_fuzzer/replay/replay_process.cc
|
| diff --git a/tools/ipc_fuzzer/replay/replay_process.cc b/tools/ipc_fuzzer/replay/replay_process.cc
|
| index 0a7b830be5a9ba45fb7c33094bc49904b5706454..8f942c6ec32009efa10b494e6b3ece471925a72c 100644
|
| --- a/tools/ipc_fuzzer/replay/replay_process.cc
|
| +++ b/tools/ipc_fuzzer/replay/replay_process.cc
|
| @@ -93,7 +93,7 @@ void ReplayProcess::OpenChannel() {
|
| content::ShouldUseMojoChannel();
|
| if (should_use_mojo) {
|
| channel_ = IPC::ChannelProxy::Create(
|
| - IPC::ChannelMojo::CreateClientFactory(channel_name), this,
|
| + IPC::ChannelMojo::CreateClientFactory(nullptr, channel_name), this,
|
| io_thread_.message_loop_proxy());
|
| } else {
|
| channel_ =
|
|
|