Index: content/browser/worker_host/worker_process_host.cc |
diff --git a/content/browser/worker_host/worker_process_host.cc b/content/browser/worker_host/worker_process_host.cc |
index 40f3d866dfe439d0ad129014e3f8b2a31a17aa01..7aa637630eb9faa0a0f5536c1a50343f8284192f 100644 |
--- a/content/browser/worker_host/worker_process_host.cc |
+++ b/content/browser/worker_host/worker_process_host.cc |
@@ -191,6 +191,7 @@ bool WorkerProcessHost::Init(int render_process_id) { |
process_->Launch( |
#if defined(OS_WIN) |
new WorkerSandboxedProcessLauncherDelegate, |
+ false, |
#elif defined(OS_POSIX) |
use_zygote, |
base::EnvironmentMap(), |