Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(7190)

Unified Diff: chrome/renderer/safe_browsing/scorer.cc

Issue 7017032: Roll out v1 of the client-side phishing detection model, to replace v0. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Delete the old version of the model Created 9 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/common/chrome_constants.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/renderer/safe_browsing/scorer.cc
diff --git a/chrome/renderer/safe_browsing/scorer.cc b/chrome/renderer/safe_browsing/scorer.cc
index 636d1b4c49d2a06308d5ecf0720c3f0100679981..6496dc0455c0f2e45bae20797d5b5ac9646fd2dc 100644
--- a/chrome/renderer/safe_browsing/scorer.cc
+++ b/chrome/renderer/safe_browsing/scorer.cc
@@ -35,7 +35,7 @@ void RecordScorerCreationStatus(ScorerCreationStatus status) {
namespace safe_browsing {
-const int Scorer::kMaxPhishingModelSizeBytes = 70 * 1024;
+const int Scorer::kMaxPhishingModelSizeBytes = 90 * 1024;
// Helper function which converts log odds to a probability in the range
// [0.0,1.0].
« no previous file with comments | « chrome/common/chrome_constants.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698