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 1bdf4a9652f48726bd0e4a9a67b1675529ba3c2d..b5e3335ed869804ff462c0bb8edf4f97e7fa074b 100644 |
--- a/content/browser/ppapi_plugin_process_host.cc |
+++ b/content/browser/ppapi_plugin_process_host.cc |
@@ -444,11 +444,9 @@ bool PpapiPluginProcessHost::Init(const PepperPluginInfo& info) { |
// On posix, never use the zygote for the broker. Also, only use the zygote if |
// we are not using a plugin launcher - having a plugin launcher means we need |
// to use another process instead of just forking the zygote. |
- process_->Launch( |
- new PpapiPluginSandboxedProcessLauncherDelegate(is_broker_, |
- process_->GetHost()), |
- cmd_line, |
- true); |
+ process_->Launch(new PpapiPluginSandboxedProcessLauncherDelegate( |
+ is_broker_, process_->GetHost()), |
+ cmd_line, nullptr, true); |
return true; |
} |