summaryrefslogtreecommitdiffstats
path: root/chrome/browser/safe_browsing
diff options
context:
space:
mode:
authorahendrickson@chromium.org <ahendrickson@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-05-24 20:14:39 +0000
committerahendrickson@chromium.org <ahendrickson@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-05-24 20:14:39 +0000
commitaad6357265c991a44a6172dd8fb8639ac2f639cc (patch)
treec637fa49d93f35bb4905a91c8a67104ab557e70d /chrome/browser/safe_browsing
parent86a09d1539c7ee4a9d639756e1d33f1c614bb5bb (diff)
downloadchromium_src-aad6357265c991a44a6172dd8fb8639ac2f639cc.zip
chromium_src-aad6357265c991a44a6172dd8fb8639ac2f639cc.tar.gz
chromium_src-aad6357265c991a44a6172dd8fb8639ac2f639cc.tar.bz2
Treat ERR_CONNECTION_CLOSED as end-of-data marker for downloads.
BUG=79694 TEST=Download a torrent file from http://ca.isohunt.com. It should complete. Review URL: http://codereview.chromium.org/6881106 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@86472 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/safe_browsing')
-rw-r--r--chrome/browser/safe_browsing/safe_browsing_database.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/chrome/browser/safe_browsing/safe_browsing_database.cc b/chrome/browser/safe_browsing/safe_browsing_database.cc
index 16c4b38..c4d7649 100644
--- a/chrome/browser/safe_browsing/safe_browsing_database.cc
+++ b/chrome/browser/safe_browsing/safe_browsing_database.cc
@@ -449,7 +449,6 @@ FilePath SafeBrowsingDatabase::CsdWhitelistDBFilename(
}
SafeBrowsingStore* SafeBrowsingDatabaseNew::GetStore(const int list_id) {
- DVLOG(3) << "Get store for list: " << list_id;
if (list_id == safe_browsing_util::PHISH ||
list_id == safe_browsing_util::MALWARE) {
return browse_store_.get();