| Index: components/nacl/zygote/nacl_fork_delegate_linux.cc
|
| diff --git a/components/nacl/zygote/nacl_fork_delegate_linux.cc b/components/nacl/zygote/nacl_fork_delegate_linux.cc
|
| index 0a1d76a6c29e30e11490e5c12dcdf648b7afe524..5a67af07cf64cb3056b92c7be5202050e1435ace 100644
|
| --- a/components/nacl/zygote/nacl_fork_delegate_linux.cc
|
| +++ b/components/nacl/zygote/nacl_fork_delegate_linux.cc
|
| @@ -208,6 +208,7 @@ void NaClForkDelegate::Init(const int sandboxdesc,
|
| // Append any switches that need to be forwarded to the NaCl helper.
|
| static const char* kForwardSwitches[] = {
|
| switches::kDisableSeccompFilterSandbox,
|
| + switches::kEnableNaClDebug,
|
| switches::kNaClDangerousNoSandboxNonSfi,
|
| switches::kNoSandbox,
|
| };
|
|
|