| 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 35c87a07ae7b23d2874ba04fdfa06139e8ae4f7d..3eae1a35622fb6827ab8e6e36770d0f19bb237ea 100644
|
| --- a/components/nacl/browser/nacl_process_host.cc
|
| +++ b/components/nacl/browser/nacl_process_host.cc
|
| @@ -601,7 +601,7 @@ bool NaClProcessHost::LaunchSelLdr() {
|
| #endif
|
| process_->Launch(
|
| new NaClSandboxedProcessLauncherDelegate(process_->GetHost()),
|
| - cmd_line.release(), nullptr, true);
|
| + cmd_line.release(), true);
|
| return true;
|
| }
|
|
|
|
|