diff options
Diffstat (limited to 'content/browser/ppapi_plugin_process_host.cc')
-rw-r--r-- | content/browser/ppapi_plugin_process_host.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/content/browser/ppapi_plugin_process_host.cc b/content/browser/ppapi_plugin_process_host.cc index 953f84c..f1a3171 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(), |