diff options
author | abarth@chromium.org <abarth@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-06-23 10:19:13 +0000 |
---|---|---|
committer | abarth@chromium.org <abarth@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-06-23 10:19:13 +0000 |
commit | 031f05b654615714ce78fb1ce4bf9d21057a3d70 (patch) | |
tree | 0002bbd6ec25a97aedc842eb4597f39cdc59e444 /chrome/common/chrome_switches.h | |
parent | 9053223996426d765c7db0857fa52d1b48d72ed5 (diff) | |
download | chromium_src-031f05b654615714ce78fb1ce4bf9d21057a3d70.zip chromium_src-031f05b654615714ce78fb1ce4bf9d21057a3d70.tar.gz chromium_src-031f05b654615714ce78fb1ce4bf9d21057a3d70.tar.bz2 |
Plumb a command line argument to enable the XSSAuditor.
TBR=darin
BUG=None
TEST=None
Review URL: http://codereview.chromium.org/146023
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@19014 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/chrome_switches.h')
-rw-r--r-- | chrome/common/chrome_switches.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/chrome/common/chrome_switches.h b/chrome/common/chrome_switches.h index cd479af..bbebd74 100644 --- a/chrome/common/chrome_switches.h +++ b/chrome/common/chrome_switches.h @@ -200,6 +200,8 @@ extern const wchar_t kFileDescriptorLimit[]; extern const wchar_t kEnableMonitorProfile[]; +extern const wchar_t kEnableXSSAuditor[]; + } // namespace switches #endif // CHROME_COMMON_CHROME_SWITCHES_H_ |