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 cf1e1ad44278fcb2dad43edb92fa7fef3f60ca38..2baea3599e4f2965548882e5e2d135401c4f4561 100644 |
--- a/content/browser/utility_process_host_impl.cc |
+++ b/content/browser/utility_process_host_impl.cc |
@@ -340,13 +340,10 @@ bool UtilityProcessHostImpl::StartProcess() { |
cmd_line->AppendSwitch(switches::kUtilityProcessRunningElevated); |
#endif |
- process_->Launch( |
- new UtilitySandboxedProcessLauncherDelegate(exposed_dir_, |
- run_elevated_, |
- no_sandbox_, env_, |
- process_->GetHost()), |
- cmd_line, |
- true); |
+ process_->Launch(new UtilitySandboxedProcessLauncherDelegate( |
+ exposed_dir_, run_elevated_, no_sandbox_, env_, |
+ process_->GetHost()), |
+ cmd_line, nullptr, true); |
} |
return true; |