| 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 54b56de8f10061249899cd20408062c5daa16964..dcee5c77d598463785bbe5a6650930b1eaa9d338 100644
|
| --- a/tools/ipc_fuzzer/message_replay/replay_process.cc
|
| +++ b/tools/ipc_fuzzer/message_replay/replay_process.cc
|
| @@ -105,8 +105,7 @@ void ReplayProcess::OpenChannel() {
|
| std::string process_type =
|
| base::CommandLine::ForCurrentProcess()->GetSwitchValueASCII(
|
| switches::kProcessType);
|
| - bool should_use_mojo = process_type == switches::kRendererProcess &&
|
| - content::ShouldUseMojoChannel();
|
| + bool should_use_mojo = process_type == switches::kRendererProcess;
|
| if (should_use_mojo) {
|
| std::string token =
|
| base::CommandLine::ForCurrentProcess()->GetSwitchValueASCII(
|
|
|