Index: content/browser/ppapi_plugin_process_host.cc |
diff --git a/content/browser/ppapi_plugin_process_host.cc b/content/browser/ppapi_plugin_process_host.cc |
index 953f84c2b87757d0726e6ffa4efafeac5356341e..f1a3171d0d0251f382fa25dcf61a6c347f8c208d 100644 |
--- a/content/browser/ppapi_plugin_process_host.cc |
+++ b/content/browser/ppapi_plugin_process_host.cc |
@@ -340,6 +340,7 @@ bool PpapiPluginProcessHost::Init(const PepperPluginInfo& info) { |
process_->Launch( |
#if defined(OS_WIN) |
new PpapiPluginSandboxedProcessLauncherDelegate(is_broker_), |
+ false, |
#elif defined(OS_POSIX) |
use_zygote, |
base::EnvironmentMap(), |