| 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 b5e3335ed869804ff462c0bb8edf4f97e7fa074b..abb7426b174176414dc049f77fa181378580f716 100644
|
| --- a/content/browser/ppapi_plugin_process_host.cc
|
| +++ b/content/browser/ppapi_plugin_process_host.cc
|
| @@ -446,7 +446,7 @@ bool PpapiPluginProcessHost::Init(const PepperPluginInfo& info) {
|
| // to use another process instead of just forking the zygote.
|
| process_->Launch(new PpapiPluginSandboxedProcessLauncherDelegate(
|
| is_broker_, process_->GetHost()),
|
| - cmd_line, nullptr, true);
|
| + cmd_line, true);
|
| return true;
|
| }
|
|
|
|
|