summaryrefslogtreecommitdiffstats
path: root/chrome/browser/safe_browsing/safe_browsing_service.h
diff options
context:
space:
mode:
authorpaulg@google.com <paulg@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-04-08 00:01:38 +0000
committerpaulg@google.com <paulg@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-04-08 00:01:38 +0000
commit0cbd8e66a343e15f144d88f6f984082936499b6f (patch)
treef31749b45e660a1cf38d034b8e701f1491d016a8 /chrome/browser/safe_browsing/safe_browsing_service.h
parentb9293ff66e688d5ff2239b8984588f501fbbfe4b (diff)
downloadchromium_src-0cbd8e66a343e15f144d88f6f984082936499b6f.zip
chromium_src-0cbd8e66a343e15f144d88f6f984082936499b6f.tar.gz
chromium_src-0cbd8e66a343e15f144d88f6f984082936499b6f.tar.bz2
Remove unused database code.
The new storage system doesn't check URLs on the DB thread any longer, so this code is never called. Review URL: http://codereview.chromium.org/62110 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@13311 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/safe_browsing/safe_browsing_service.h')
-rw-r--r--chrome/browser/safe_browsing/safe_browsing_service.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/chrome/browser/safe_browsing/safe_browsing_service.h b/chrome/browser/safe_browsing/safe_browsing_service.h
index c280737..de33e67 100644
--- a/chrome/browser/safe_browsing/safe_browsing_service.h
+++ b/chrome/browser/safe_browsing/safe_browsing_service.h
@@ -117,7 +117,6 @@ class SafeBrowsingService
Client* client;
bool need_get_hash;
base::Time start; // Time that check was sent to SB service.
- base::TimeDelta db_time; // How long DB look-up took.
UrlCheckResult result;
std::vector<SBPrefix> prefix_hits;
std::vector<SBFullHashResult> full_hits;
@@ -188,9 +187,6 @@ class SafeBrowsingService
// Release the final reference to the database on the db thread.
void ReleaseDatabase(SafeBrowsingDatabase* database);
- // Called on the database thread to check a url.
- void CheckDatabase(SafeBrowsingCheck* info, base::Time last_update);
-
// Called on the IO thread with the check result.
void OnCheckDone(SafeBrowsingCheck* info);