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

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

Issue 954643002: Update mojo sdk to rev 3d23dae011859a2aae49f1d1adde705c8e85d819 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: use run_renderer_in_process() Created 5 years, 10 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 | « third_party/mojo_services/src/view_manager/public/cpp/view_tracker.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_ =
« no previous file with comments | « third_party/mojo_services/src/view_manager/public/cpp/view_tracker.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698