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

Unified Diff: chrome/app_shim/chrome_main_app_mode_mac.mm

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/app_shim/chrome_main_app_mode_mac.mm
diff --git a/chrome/app_shim/chrome_main_app_mode_mac.mm b/chrome/app_shim/chrome_main_app_mode_mac.mm
index 9d2b48369afcb61633f1f2ff1caf780bfdb91228..33be30274c80d248288619455c00be4e28b7bc6b 100644
--- a/chrome/app_shim/chrome_main_app_mode_mac.mm
+++ b/chrome/app_shim/chrome_main_app_mode_mac.mm
@@ -641,7 +641,9 @@ int ChromeAppModeStart_v4(const app_mode::ChromeAppModeInfo* info) {
g_io_thread = io_thread;
mojo::edk::Init();
- mojo::edk::ScopedIPCSupport ipc_support(io_thread->task_runner());
+ mojo::edk::ScopedIPCSupport ipc_support(
+ io_thread->task_runner(),
+ mojo::edk::ScopedIPCSupport::ShutdownPolicy::FAST);
// Find already running instances of Chrome.
pid_t pid = -1;

Powered by Google App Engine
This is Rietveld 408576698