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 480296fd03134ab1800ebb5ec6cac3f8640dd3e4..f5756b1aa0e113f0479c088ab05279bc0f234c60 100644 |
| --- a/content/browser/ppapi_plugin_process_host.cc |
| +++ b/content/browser/ppapi_plugin_process_host.cc |
| @@ -388,7 +388,8 @@ bool PpapiPluginProcessHost::Init(const PepperPluginInfo& info) { |
| new PpapiPluginSandboxedProcessLauncherDelegate(is_broker_, |
| info, |
| process_->GetHost()), |
| - cmd_line); |
| + cmd_line, |
| + true); |
| return true; |
| } |