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 56542dc8016b93611cd3eeda28e603905d4e690d..57a9e337b347b74601b062e01a82106a04c7bf95 100644 |
--- a/components/nacl/zygote/nacl_fork_delegate_linux.cc |
+++ b/components/nacl/zygote/nacl_fork_delegate_linux.cc |
@@ -166,6 +166,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::kNaClDangerousNoSandboxNonSfi, |
switches::kNoSandbox, |
}; |
const CommandLine& current_cmd_line = *CommandLine::ForCurrentProcess(); |