summaryrefslogtreecommitdiff
path: root/chromium/components/nacl/common/nacl_cmd_line.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/components/nacl/common/nacl_cmd_line.cc')
-rw-r--r--chromium/components/nacl/common/nacl_cmd_line.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/chromium/components/nacl/common/nacl_cmd_line.cc b/chromium/components/nacl/common/nacl_cmd_line.cc
index d9bbd6557f4..b21a671ae1d 100644
--- a/chromium/components/nacl/common/nacl_cmd_line.cc
+++ b/chromium/components/nacl/common/nacl_cmd_line.cc
@@ -18,6 +18,7 @@ void CopyNaClCommandLineArguments(CommandLine* cmd_line) {
// TODO(gregoryd): check which flags of those below can be supported.
static const char* const kSwitchNames[] = {
switches::kNoSandbox,
+ switches::kTestNaClSandbox,
switches::kDisableBreakpad,
switches::kFullMemoryCrashReport,
switches::kEnableLogging,