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 1546bdd6f483a5be067e5a727cbb1596b8948344..89f35873ac7f817544829dda441b429523692bb9 100644 |
--- a/components/nacl/zygote/nacl_fork_delegate_linux.cc |
+++ b/components/nacl/zygote/nacl_fork_delegate_linux.cc |
@@ -167,6 +167,7 @@ void NaClForkDelegate::Init(const int sandboxdesc) { |
static const char* kForwardSwitches[] = { |
switches::kDisableSeccompFilterSandbox, |
switches::kNoSandbox, |
+ switches::kDisableNaClSfi, |
}; |
const CommandLine& current_cmd_line = *CommandLine::ForCurrentProcess(); |
cmd_line.CopySwitchesFrom(current_cmd_line, kForwardSwitches, |