diff options
author | paulg@google.com <paulg@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-10-08 02:13:57 +0000 |
---|---|---|
committer | paulg@google.com <paulg@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-10-08 02:13:57 +0000 |
commit | 6bf766924e2e8dc08ccd248bc128bd6fe29297cd (patch) | |
tree | f01e9e936f326cdea8a587b02405d4ec2fda6817 /chrome/common/chrome_switches.h | |
parent | ad0b30a4f07ce261cb1cb24903e65bc1945ab270 (diff) | |
download | chromium_src-6bf766924e2e8dc08ccd248bc128bd6fe29297cd.zip chromium_src-6bf766924e2e8dc08ccd248bc128bd6fe29297cd.tar.gz chromium_src-6bf766924e2e8dc08ccd248bc128bd6fe29297cd.tar.bz2 |
Add switches for turning on an experimental SafeBrowsing implementation.
Review URL: http://codereview.chromium.org/5647
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@2989 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 b137992..a3c89e3 100644 --- a/chrome/common/chrome_switches.h +++ b/chrome/common/chrome_switches.h @@ -128,6 +128,8 @@ extern const wchar_t kEnableP13n[]; extern const wchar_t kSdchFilter[]; +extern const wchar_t kUseNewSafeBrowsing[]; + } // namespace switches #endif // CHROME_COMMON_CHROME_SWITCHES_H__ |