diff options
author | shess@chromium.org <shess@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-02-09 05:42:33 +0000 |
---|---|---|
committer | shess@chromium.org <shess@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-02-09 05:42:33 +0000 |
commit | 5388e2d3221ad13455602b2afb5e6961245c9c85 (patch) | |
tree | 5fc759da9276502057ae278111b29c899ca0d8c6 /chrome/chrome_tests.gypi | |
parent | a6e9077e9b31c10b339aef3b81a2b550a3e33d23 (diff) | |
download | chromium_src-5388e2d3221ad13455602b2afb5e6961245c9c85.zip chromium_src-5388e2d3221ad13455602b2afb5e6961245c9c85.tar.gz chromium_src-5388e2d3221ad13455602b2afb5e6961245c9c85.tar.bz2 |
Remove SQLite safe-browsing backing store.
In October 2010, 7.0 rolled to stable with the safe-browsing database
configured to read-from-sqlite and write-to-new-file-format. There is
still a long tail of SQLite-format databases in the wild, but very
small (and possibly due to a systemic issue with updating, so it may
not get smaller).
This change flips the switch to no longer support reading the SQLite
files. Those users will do a full re-sync with the safe-browsing
servers.
BUG=58552
TEST=none
Review URL: http://codereview.chromium.org/6413022
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@74253 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/chrome_tests.gypi')
-rw-r--r-- | chrome/chrome_tests.gypi | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/chrome/chrome_tests.gypi b/chrome/chrome_tests.gypi index d09fd65..2208713 100644 --- a/chrome/chrome_tests.gypi +++ b/chrome/chrome_tests.gypi @@ -1390,7 +1390,6 @@ 'browser/safe_browsing/safe_browsing_blocking_page_unittest.cc', 'browser/safe_browsing/safe_browsing_database_unittest.cc', 'browser/safe_browsing/safe_browsing_store_file_unittest.cc', - 'browser/safe_browsing/safe_browsing_store_sqlite_unittest.cc', 'browser/safe_browsing/safe_browsing_store_unittest.cc', 'browser/safe_browsing/safe_browsing_store_unittest_helper.cc', 'browser/safe_browsing/safe_browsing_util_unittest.cc', |