| 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 501ba6c66cf44ec5539737b97049728e4ef4d401..4b2e9a02043c72037e7364e9e23bbd7b857fdeee 100644
|
| --- a/components/nacl/browser/nacl_broker_host_win.cc
|
| +++ b/components/nacl/browser/nacl_broker_host_win.cc
|
| @@ -74,7 +74,7 @@ bool NaClBrokerHost::Init() {
|
| cmd_line->AppendSwitch(switches::kNoErrorDialogs);
|
|
|
| process_->Launch(new NaClBrokerSandboxedProcessLauncherDelegate, cmd_line,
|
| - nullptr, true);
|
| + true);
|
| return true;
|
| }
|
|
|
|
|