diff options
author | gregoryd@google.com <gregoryd@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-01-29 22:03:21 +0000 |
---|---|---|
committer | gregoryd@google.com <gregoryd@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-01-29 22:03:21 +0000 |
commit | a9aca52ac15959a2c71a4ee22539a2392d3ee06b (patch) | |
tree | 986a0f10cb899073e55bcc005292bc901aac648b /chrome/common/chrome_switches.h | |
parent | c77ea36637f9494c048f6c8035f3cf8a389da93d (diff) | |
download | chromium_src-a9aca52ac15959a2c71a4ee22539a2392d3ee06b.zip chromium_src-a9aca52ac15959a2c71a4ee22539a2392d3ee06b.tar.gz chromium_src-a9aca52ac15959a2c71a4ee22539a2392d3ee06b.tar.bz2 |
Rename NaCl flag for Mac to avoid confusion with --internal-nacl
Review URL: http://codereview.chromium.org/549197
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@37546 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/chrome_switches.h')
-rw-r--r-- | chrome/common/chrome_switches.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/chrome/common/chrome_switches.h b/chrome/common/chrome_switches.h index e29b7f8..4f8d4d6 100644 --- a/chrome/common/chrome_switches.h +++ b/chrome/common/chrome_switches.h @@ -81,7 +81,10 @@ extern const char kDisableLocalStorage[]; extern const char kEnableLogging[]; extern const char kEnableMonitorProfile[]; extern const char kEnableNativeWebWorkers[]; -extern const char kEnableNaCl[]; +#if defined(OS_MACOSX) +// TODO(dspringer): remove this when NaCl x86-32 security issues are fixed +extern const char kEnableNaClOnMac[]; +#endif extern const char kEnableNewAutoFill[]; extern const char kEnablePrivacyBlacklists[]; extern const char kEnableRendererAccessibility[]; |