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]. |