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.cc | |
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.cc')
-rw-r--r-- | chrome/common/chrome_switches.cc | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc index 18caf51..c8e956a 100644 --- a/chrome/common/chrome_switches.cc +++ b/chrome/common/chrome_switches.cc @@ -330,5 +330,10 @@ const wchar_t kEnableP13n[] = L"enable-p13n"; // SDCH is currently only supported server-side for searches on google.com. const wchar_t kSdchFilter[] = L"enable-sdch"; +// Turn on an experimental implementation of SafeBrowsing which improves +// performance during updates by avoiding the enormous IO from SQLite +// operations. +const wchar_t kUseNewSafeBrowsing[] = L"new-safe-browsing"; + } // namespace switches |