| Index: content/browser/utility_process_host_impl.cc
|
| diff --git a/content/browser/utility_process_host_impl.cc b/content/browser/utility_process_host_impl.cc
|
| index 059d3fca924070bcad3758282dbe4f2e18994ba3..2223f40c05c0b7af37772a4186008e3c94095b73 100644
|
| --- a/content/browser/utility_process_host_impl.cc
|
| +++ b/content/browser/utility_process_host_impl.cc
|
| @@ -344,7 +344,7 @@ bool UtilityProcessHostImpl::StartProcess() {
|
| process_->Launch(new UtilitySandboxedProcessLauncherDelegate(
|
| exposed_dir_, run_elevated_, no_sandbox_, env_,
|
| process_->GetHost()),
|
| - cmd_line, nullptr, true);
|
| + cmd_line, true);
|
| }
|
|
|
| return true;
|
|
|