| 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 6544425931f12c059a891818811b31b5a235bac0..2fd604df006c507e5f028f3d29cd9c8565f6a1e1 100644
|
| --- a/components/nacl/zygote/nacl_fork_delegate_linux.cc
|
| +++ b/components/nacl/zygote/nacl_fork_delegate_linux.cc
|
| @@ -209,6 +209,7 @@ void NaClForkDelegate::Init(const int sandboxdesc,
|
|
|
| // Append any switches that need to be forwarded to the NaCl helper.
|
| static const char* kForwardSwitches[] = {
|
| + switches::kAllowSandboxDebugging,
|
| switches::kDisableSeccompFilterSandbox,
|
| switches::kEnableNaClDebug,
|
| switches::kNaClDangerousNoSandboxNonSfi,
|
|
|