| 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 15419d999a4acb1a8197c6c45ab92fbce1c2a286..53045c3a4806f02d0331663957a65f01f38bd31a 100644
|
| --- a/components/nacl/browser/nacl_broker_host_win.cc
|
| +++ b/components/nacl/browser/nacl_broker_host_win.cc
|
| @@ -74,9 +74,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;
|
| }
|
|
|
|
|