Chromium Code Reviews| 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..39c4002e63c6ad05e9616291b76f0fc34a3f6bc6 100644 |
| --- a/components/nacl/browser/nacl_broker_host_win.cc |
| +++ b/components/nacl/browser/nacl_broker_host_win.cc |
| @@ -75,6 +75,7 @@ bool NaClBrokerHost::Init() { |
| cmd_line->AppendSwitch(switches::kNoErrorDialogs); |
| process_->Launch(new NaClBrokerSandboxedProcessLauncherDelegate, |
| + NULL, |
|
Alexei Svitkine (slow)
2016/10/03 15:28:05
Nit: New code should use nullptr rather than NULL.
lawrencewu
2016/10/03 21:36:10
Done.
|
| cmd_line, |
| true); |
| return true; |