| Index: components/nacl/browser/nacl_broker_host_win.cc
|
| diff --git a/components/nacl/browser/nacl_broker_host_win.cc b/components/nacl/browser/nacl_broker_host_win.cc
|
| index 21bd188a36fbe45fc977de1dcbcb20d3d4eb4a57..501ba6c66cf44ec5539737b97049728e4ef4d401 100644
|
| --- a/components/nacl/browser/nacl_broker_host_win.cc
|
| +++ b/components/nacl/browser/nacl_broker_host_win.cc
|
| @@ -73,9 +73,8 @@ bool NaClBrokerHost::Init() {
|
| if (NaClBrowser::GetDelegate()->DialogsAreSuppressed())
|
| cmd_line->AppendSwitch(switches::kNoErrorDialogs);
|
|
|
| - process_->Launch(new NaClBrokerSandboxedProcessLauncherDelegate,
|
| - cmd_line,
|
| - true);
|
| + process_->Launch(new NaClBrokerSandboxedProcessLauncherDelegate, cmd_line,
|
| + nullptr, true);
|
| return true;
|
| }
|
|
|
|
|