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/browser/renderer_host | |
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/browser/renderer_host')
-rw-r--r-- | chrome/browser/renderer_host/browser_render_process_host.cc | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/chrome/browser/renderer_host/browser_render_process_host.cc b/chrome/browser/renderer_host/browser_render_process_host.cc index 6d69671..5230bab 100644 --- a/chrome/browser/renderer_host/browser_render_process_host.cc +++ b/chrome/browser/renderer_host/browser_render_process_host.cc @@ -498,10 +498,6 @@ void BrowserRenderProcessHost::PropagateBrowserCommandLineToRenderer( // These are unsupported and not fully tested modes, so don't enable them // for official Google Chrome builds. switches::kInProcessPlugins, -#if defined(OS_MACOSX) - // TODO(dspringer): remove this when NaCl x86-32 security issues are fixed - switches::kEnableNaClOnMac, -#endif // OS_MACOSX #endif // GOOGLE_CHROME_BUILD switches::kDomAutomationController, switches::kUserAgent, |