From efeb669b05db99c54309771e4884b1a17d604a37 Mon Sep 17 00:00:00 2001 From: "bryner@chromium.org" Date: Tue, 1 Feb 2011 00:46:54 +0000 Subject: Increase the maximum size of the phishing model. The latest model on the server is a bit larger than the current cap. BUG=none TEST=none Review URL: http://codereview.chromium.org/6250066 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@73231 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/renderer/safe_browsing/scorer.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chrome/renderer/safe_browsing/scorer.cc b/chrome/renderer/safe_browsing/scorer.cc index 0feba36e..e405bd3 100644 --- a/chrome/renderer/safe_browsing/scorer.cc +++ b/chrome/renderer/safe_browsing/scorer.cc @@ -15,7 +15,7 @@ namespace safe_browsing { -const int Scorer::kMaxPhishingModelSizeBytes = 50 * 1024; +const int Scorer::kMaxPhishingModelSizeBytes = 70 * 1024; // Helper function which converts log odds to a probability in the range // [0.0,1.0]. -- cgit v1.1