diff options
author | viettrungluu@chromium.org <viettrungluu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-03-25 22:02:44 +0000 |
---|---|---|
committer | viettrungluu@chromium.org <viettrungluu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-03-25 22:02:44 +0000 |
commit | e317c9a117b6f365cd6e596dc7e4d1d1365f53a0 (patch) | |
tree | 55e6a2dfe29972c3996d31a14dbba24a061f55fd /chrome/common/chrome_switches.cc | |
parent | 7ae80749da2e8caa8155984be0970ac20a42a04a (diff) | |
download | chromium_src-e317c9a117b6f365cd6e596dc7e4d1d1365f53a0.zip chromium_src-e317c9a117b6f365cd6e596dc7e4d1d1365f53a0.tar.gz chromium_src-e317c9a117b6f365cd6e596dc7e4d1d1365f53a0.tar.bz2 |
Temporary stuff for internal plugins, part 1.
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/1320002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@42674 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/chrome_switches.cc')
-rw-r--r-- | chrome/common/chrome_switches.cc | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc index 7767231..a21e06d 100644 --- a/chrome/common/chrome_switches.cc +++ b/chrome/common/chrome_switches.cc @@ -191,9 +191,6 @@ const char kDisableWebSecurity[] = "disable-web-security"; // Disable Web Sockets support. const char kDisableWebSockets[] = "disable-web-sockets"; -// Disable WebKit's XSSAuditor. The XSSAuditor mitigates reflective XSS. -const char kEnableXSSAuditor[] = "enable-xss-auditor"; - // Use a specific disk cache location, rather than one derived from the // UserDatadir. const char kDiskCacheDir[] = "disk-cache-dir"; @@ -249,6 +246,9 @@ const char kEnableGeolocation[] = "enable-geolocation"; // Enable the Indexed Database API. const char kEnableIndexedDatabase[] = "enable-indexed-database"; +// Enable the internal Flash Player (if available). +const char kEnableInternalFlash[] = "enable-internal-flash"; + // Enable IPv6 support, even if probes suggest that it may not be fully // supported. Some probes may require internet connections, and this flag will // allow support independent of application testing. @@ -322,6 +322,9 @@ const char kEnableVideoLayering[] = "enable-video-layering"; // Order of the listed sub-arguments does not matter. const char kEnableWatchdog[] = "enable-watchdog"; +// Disable WebKit's XSSAuditor. The XSSAuditor mitigates reflective XSS. +const char kEnableXSSAuditor[] = "enable-xss-auditor"; + // Enables experimental features for Spellchecker. Right now, the first // experimental feature is auto spell correct, which corrects words which are // misppelled by typing the word with two consecutive letters swapped. The |