diff options
author | dspringer@google.com <dspringer@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-03-02 20:13:08 +0000 |
---|---|---|
committer | dspringer@google.com <dspringer@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-03-02 20:13:08 +0000 |
commit | 84638c7803f273f97679ea948609c05f6d5cbafa (patch) | |
tree | 627566c226998f3bdf5a9990ea848ceb8d16d0ff /chrome/test | |
parent | acee2cc4ffddb4b9ea10a3665c54eb80d24c2fef (diff) | |
download | chromium_src-84638c7803f273f97679ea948609c05f6d5cbafa.zip chromium_src-84638c7803f273f97679ea948609c05f6d5cbafa.tar.gz chromium_src-84638c7803f273f97679ea948609c05f6d5cbafa.tar.bz2 |
Remove the --enable-nacl-on-mac flag, since the syscall thunking code is secure
now. The mac no longer needs 2 flags in order to load .nexes, it is only
behind the --internal-nacl flag like everyone else.
BUG=328 (tracked in the Native Client project)
TEST=Run Chrome on a Mac without the --enable-nacl-on-mac flag, and load a
.nexe. It should work.
Review URL: http://codereview.chromium.org/661370
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@40411 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/test')
-rw-r--r-- | chrome/test/nacl/nacl_test.cc | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/chrome/test/nacl/nacl_test.cc b/chrome/test/nacl/nacl_test.cc index 50b2b75..d2f29d7 100644 --- a/chrome/test/nacl/nacl_test.cc +++ b/chrome/test/nacl/nacl_test.cc @@ -55,9 +55,6 @@ NaClTest::NaClTest() #if defined(OS_MACOSX) || defined(OS_LINUX) launch_arguments_.AppendSwitch(switches::kNoSandbox); #endif -#if defined(OS_MACOSX) - launch_arguments_.AppendSwitch(switches::kEnableNaClOnMac); -#endif } NaClTest::~NaClTest() {} |