Chromium Code Reviews| Index: components/nacl/browser/nacl_process_host.cc |
| diff --git a/components/nacl/browser/nacl_process_host.cc b/components/nacl/browser/nacl_process_host.cc |
| index 633bace8b53ab92d7133240f4ae2bab9262345c8..f6854c6077acaa85a14ef5eee86c65319c87fc06 100644 |
| --- a/components/nacl/browser/nacl_process_host.cc |
| +++ b/components/nacl/browser/nacl_process_host.cc |
| @@ -669,6 +669,9 @@ bool NaClProcessHost::LaunchSelLdr() { |
| #endif |
| process_->Launch( |
| new NaClSandboxedProcessLauncherDelegate(process_->GetHost()), |
| +#if defined(OS_WIN) |
| + NULL, |
| +#endif |
| cmd_line.release(), |
| true); |
| return true; |