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

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

Issue 1773323002: Fix IPC fuzzer ChannelMojo usage (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: do things more better Created 4 years, 9 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 | « content/public/common/mojo_channel_switches.h ('k') | tools/ipc_fuzzer/message_replay/replay_process.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/ipc_fuzzer/message_replay/replay_process.h
diff --git a/tools/ipc_fuzzer/message_replay/replay_process.h b/tools/ipc_fuzzer/message_replay/replay_process.h
index 18d65448a869ca900af510a1c149b77dc2e74c8d..f60c27095331e48f46b407872387f5caeea77d85 100644
--- a/tools/ipc_fuzzer/message_replay/replay_process.h
+++ b/tools/ipc_fuzzer/message_replay/replay_process.h
@@ -16,6 +16,7 @@
#include "ipc/ipc_channel_proxy.h"
#include "ipc/ipc_listener.h"
#include "ipc/ipc_message.h"
+#include "ipc/mojo/scoped_ipc_support.h"
#include "tools/ipc_fuzzer/message_lib/message_file.h"
namespace ipc_fuzzer {
@@ -46,6 +47,7 @@ class ReplayProcess : public IPC::Listener {
private:
void SendNextMessage();
+ scoped_ptr<IPC::ScopedIPCSupport> mojo_ipc_support_;
scoped_ptr<IPC::ChannelProxy> channel_;
base::MessageLoop main_loop_;
base::Thread io_thread_;
« no previous file with comments | « content/public/common/mojo_channel_switches.h ('k') | tools/ipc_fuzzer/message_replay/replay_process.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698