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

Unified Diff: chrome/service/service_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
Index: chrome/service/service_process.cc
diff --git a/chrome/service/service_process.cc b/chrome/service/service_process.cc
index 3e3b8d81b826301b5791eb7901b8f31b4c6b33a0..394bc25575e7dd066f6f61c5ef60c28069eecfeb 100644
--- a/chrome/service/service_process.cc
+++ b/chrome/service/service_process.cc
@@ -171,8 +171,9 @@ bool ServiceProcess::Initialize(base::MessageLoopForUI* message_loop,
// Initialize Mojo early so things can use it.
mojo::edk::Init();
- 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));
request_context_getter_ = new ServiceURLRequestContextGetter();

Powered by Google App Engine
This is Rietveld 408576698