Chromium Code Reviews| 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 e42d549966f905e137395463608ba081fc18551e..f637e021de2b9ab30fd3ebe58af3907fc61e77aa 100644 |
| --- a/content/browser/ppapi_plugin_process_host.cc |
| +++ b/content/browser/ppapi_plugin_process_host.cc |
| @@ -326,6 +326,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(), |