summaryrefslogtreecommitdiffstats
path: root/chrome/common/chrome_switches.h
diff options
context:
space:
mode:
authorevan@chromium.org <evan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-02-18 15:25:55 +0000
committerevan@chromium.org <evan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-02-18 15:25:55 +0000
commitaeaf937b8a02b0a9b1c79e0e2f1d5f407313264c (patch)
tree8c9978289be80a397c02e3f6a0bc8b69e2833cfa /chrome/common/chrome_switches.h
parentecbf10d164fd0a5e622a466044400e0feca4aa1d (diff)
downloadchromium_src-aeaf937b8a02b0a9b1c79e0e2f1d5f407313264c.zip
chromium_src-aeaf937b8a02b0a9b1c79e0e2f1d5f407313264c.tar.gz
chromium_src-aeaf937b8a02b0a9b1c79e0e2f1d5f407313264c.tar.bz2
linux: enable seccomp sandbox by default
This is an experiment. Hopefully it will flush out problems. Use --disable-seccomp-sandbox to turn it off. BUG=36133 Review URL: http://codereview.chromium.org/647017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@39358 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/chrome_switches.h')
-rw-r--r--chrome/common/chrome_switches.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/common/chrome_switches.h b/chrome/common/chrome_switches.h
index e311e1a..7829834 100644
--- a/chrome/common/chrome_switches.h
+++ b/chrome/common/chrome_switches.h
@@ -93,7 +93,7 @@ extern const char kEnableNaClOnMac[];
extern const char kEnableNewAutoFill[];
extern const char kEnablePrivacyBlacklists[];
extern const char kEnableRendererAccessibility[];
-extern const char kEnableSeccompSandbox[];
+extern const char kDisableSeccompSandbox[];
extern const char kEnableSessionStorage[];
extern const char kEnableStatsTable[];
extern const char kEnableSync[];