diff options
author | paulg@google.com <paulg@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-03-21 01:24:01 +0000 |
---|---|---|
committer | paulg@google.com <paulg@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-03-21 01:24:01 +0000 |
commit | 484c57ada96d1706d2e156163207185651226ec8 (patch) | |
tree | 428e295eff80a2cc5e40e54163c48db759c44057 /chrome/common/chrome_switches.cc | |
parent | 5e1e00e850fd7e5a46c7ee79f5399b2bf25d553b (diff) | |
download | chromium_src-484c57ada96d1706d2e156163207185651226ec8.zip chromium_src-484c57ada96d1706d2e156163207185651226ec8.tar.gz chromium_src-484c57ada96d1706d2e156163207185651226ec8.tar.bz2 |
Remove the old and no longer used SafeBrowsing storage
implementation.
Review URL: http://codereview.chromium.org/45016
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@12238 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/chrome_switches.cc')
-rw-r--r-- | chrome/common/chrome_switches.cc | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc index d3b5a1a..9cd098f 100644 --- a/chrome/common/chrome_switches.cc +++ b/chrome/common/chrome_switches.cc @@ -374,10 +374,6 @@ const wchar_t kUserScriptsDir[] = L"user-scripts-dir"; // Causes the browser to launch directly in incognito mode. const wchar_t kIncognito[] = L"incognito"; -// Turn on the old implementation of SafeBrowsing which may have performance -// problems on some computers during updates. -const wchar_t kUseOldSafeBrowsing[] = L"old-safe-browsing"; - // Turns on the accessibility in the renderer. Off by default until // http://b/issue?id=1432077 is fixed. const wchar_t kEnableRendererAccessibility[] = L"enable-renderer-accessibility"; |