diff options
Diffstat (limited to 'chrome/browser/safe_browsing/safe_browsing_service.h')
-rw-r--r-- | chrome/browser/safe_browsing/safe_browsing_service.h | 4 |
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); |