summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorifette@google.com <ifette@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2008-08-12 02:19:33 +0000
committerifette@google.com <ifette@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2008-08-12 02:19:33 +0000
commit94ed5a94f63905120174d4064dc47d1f827cd454 (patch)
tree1994c3f244f9617d07973ff01659d530bc20009a
parent54d5b044244e2e8bde660272f0e7fa8658064b59 (diff)
downloadchromium_src-94ed5a94f63905120174d4064dc47d1f827cd454.zip
chromium_src-94ed5a94f63905120174d4064dc47d1f827cd454.tar.gz
chromium_src-94ed5a94f63905120174d4064dc47d1f827cd454.tar.bz2
Updating the SafeBrowsing database version to 3, to reset everyone's database
after we had database corruption last week from bad data being served git-svn-id: svn://svn.chromium.org/chrome/trunk/src@695 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r--chrome/browser/safe_browsing/safe_browsing_database.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/safe_browsing/safe_browsing_database.cc b/chrome/browser/safe_browsing/safe_browsing_database.cc
index 1def4a3..dc976474 100644
--- a/chrome/browser/safe_browsing/safe_browsing_database.cc
+++ b/chrome/browser/safe_browsing/safe_browsing_database.cc
@@ -42,7 +42,7 @@
// Database version. If this is different than what's stored on disk, the
// database is reset.
-static const int kDatabaseVersion = 2;
+static const int kDatabaseVersion = 3;
// Filename suffix for the bloom filter.
static const wchar_t kBloomFilterFile[] = L" Filter";