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

Unified Diff: components/nacl/common/nacl_service.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 | « chrome/test/base/run_all_unittests.cc ('k') | content/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/nacl/common/nacl_service.cc
diff --git a/components/nacl/common/nacl_service.cc b/components/nacl/common/nacl_service.cc
index 3ce685d4cbdf1edc850b8a22336f854336c14632..fb19f6a814edaf9533e86af32848bbce5383a620 100644
--- a/components/nacl/common/nacl_service.cc
+++ b/components/nacl/common/nacl_service.cc
@@ -101,8 +101,9 @@ bool NaClService::OnConnect(const service_manager::ServiceInfo& remote_info,
std::unique_ptr<service_manager::ServiceContext> CreateNaClServiceContext(
scoped_refptr<base::SingleThreadTaskRunner> io_task_runner,
mojo::ScopedMessagePipeHandle* ipc_channel) {
- auto ipc_support =
- base::MakeUnique<mojo::edk::ScopedIPCSupport>(std::move(io_task_runner));
+ auto ipc_support = base::MakeUnique<mojo::edk::ScopedIPCSupport>(
+ std::move(io_task_runner),
+ mojo::edk::ScopedIPCSupport::ShutdownPolicy::FAST);
EstablishMojoConnection();
IPC::mojom::ChannelBootstrapPtr bootstrap;
« no previous file with comments | « chrome/test/base/run_all_unittests.cc ('k') | content/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698