diff options
author | noelutz@google.com <noelutz@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-09-02 01:03:47 +0000 |
---|---|---|
committer | noelutz@google.com <noelutz@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-09-02 01:03:47 +0000 |
commit | b200c7d76ff617a3f047311ba203a85034f534fb (patch) | |
tree | 46e005df252927482db4b4d1fad4343a6032e32a /chrome/browser/safe_browsing/safe_browsing_test.cc | |
parent | d1768aba544880e2c6575e7148491fa3a2b94a9a (diff) | |
download | chromium_src-b200c7d76ff617a3f047311ba203a85034f534fb.zip chromium_src-b200c7d76ff617a3f047311ba203a85034f534fb.tar.gz chromium_src-b200c7d76ff617a3f047311ba203a85034f534fb.tar.bz2 |
Turn client-side phishing detection on for non-UMA users.
On the server side we have a 1% experiment.
BUG=94757
TEST=None
Review URL: http://codereview.chromium.org/7809011
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@99281 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/safe_browsing/safe_browsing_test.cc')
-rw-r--r-- | chrome/browser/safe_browsing/safe_browsing_test.cc | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/chrome/browser/safe_browsing/safe_browsing_test.cc b/chrome/browser/safe_browsing/safe_browsing_test.cc index c521445..780a3fa 100644 --- a/chrome/browser/safe_browsing/safe_browsing_test.cc +++ b/chrome/browser/safe_browsing/safe_browsing_test.cc @@ -303,6 +303,11 @@ class SafeBrowsingServiceTest : public InProcessBrowserTest { // requests. We need to fix the server. command_line->AppendSwitch(switches::kSbDisableDownloadProtection); + // TODO(gcasto): Generate new testing data that includes the + // client-side phishing whitelist. + command_line->AppendSwitch( + switches::kDisableSanitizedClientSidePhishingDetection); + // In this test, we fetch SafeBrowsing data and Mac key from the same // server. Although in real production, they are served from different // servers. |