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

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

Issue 2620633004: Remove mojo::edk::test::ScopedIPCSupport (Closed)
Patch Set: . Created 3 years, 11 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/WebKit/Source/platform/testing/RunAllTests.cpp ('k') | url/DEPS » ('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.cc
diff --git a/tools/ipc_fuzzer/message_replay/replay_process.cc b/tools/ipc_fuzzer/message_replay/replay_process.cc
index c14d7d837cd8bd0a3f261b2e5fcb6920a0bdef94..d69f9c1bdf41e840a2f8d055de966601771a3706 100644
--- a/tools/ipc_fuzzer/message_replay/replay_process.cc
+++ b/tools/ipc_fuzzer/message_replay/replay_process.cc
@@ -92,8 +92,9 @@ bool ReplayProcess::Initialize(int argc, const char** argv) {
kMojoIPCChannel + base::GlobalDescriptors::kBaseDescriptor);
#endif
- mojo_ipc_support_.reset(
- new mojo::edk::ScopedIPCSupport(io_thread_.task_runner()));
+ mojo_ipc_support_.reset(new mojo::edk::ScopedIPCSupport(
+ io_thread_.task_runner(),
+ mojo::edk::ScopedIPCSupport::ShutdownPolicy::FAST));
InitializeMojoIPCChannel();
return true;
« no previous file with comments | « third_party/WebKit/Source/platform/testing/RunAllTests.cpp ('k') | url/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698