From 7ab49572bb55d092e757dc04a0c8ecafaf893e16 Mon Sep 17 00:00:00 2001 From: "paulg@google.com" Date: Wed, 26 Nov 2008 00:18:27 +0000 Subject: Turn on the new SafeBrowsing by default. To use the older implemenation, use the command line flag: --old-safe-browsing Review URL: http://codereview.chromium.org/12448 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@6015 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/common/chrome_switches.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'chrome/common/chrome_switches.h') diff --git a/chrome/common/chrome_switches.h b/chrome/common/chrome_switches.h index 9e99a80..a2ef36e 100644 --- a/chrome/common/chrome_switches.h +++ b/chrome/common/chrome_switches.h @@ -131,7 +131,7 @@ extern const wchar_t kSdchFilter[]; extern const wchar_t kEnableGreasemonkey[]; extern const wchar_t kIncognito[]; -extern const wchar_t kUseNewSafeBrowsing[]; +extern const wchar_t kUseOldSafeBrowsing[]; extern const wchar_t kEnableRendererAccessibility[]; -- cgit v1.1