| 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..e042e7ede21cca0b869839d9ba6da6b6cebaa8c9 100644
|
| --- a/components/nacl/browser/nacl_broker_host_win.cc
|
| +++ b/components/nacl/browser/nacl_broker_host_win.cc
|
| @@ -75,6 +75,9 @@ bool NaClBrokerHost::Init() {
|
| cmd_line->AppendSwitch(switches::kNoErrorDialogs);
|
|
|
| process_->Launch(new NaClBrokerSandboxedProcessLauncherDelegate,
|
| +#if defined(OS_WIN)
|
| + NULL,
|
| +#endif
|
| cmd_line,
|
| true);
|
| return true;
|
|
|