Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(4)

Unified Diff: chrome/browser/safe_browsing/database_manager.h

Issue 725113003: Remove dead code in SafeBrowsingDatabaseManager. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@a2_delegate_constructor
Patch Set: Created 6 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/browser/safe_browsing/database_manager.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/safe_browsing/database_manager.h
diff --git a/chrome/browser/safe_browsing/database_manager.h b/chrome/browser/safe_browsing/database_manager.h
index a3e011761e2f30b1999e0ab51e407885218c4e72..e93a65e6bc127f915c4498c9fed216f682be0a96 100644
--- a/chrome/browser/safe_browsing/database_manager.h
+++ b/chrome/browser/safe_browsing/database_manager.h
@@ -188,12 +188,6 @@ class SafeBrowsingDatabaseManager
const std::vector<SBFullHashResult>& full_hashes,
const base::TimeDelta& cache_lifetime);
- // Log the user perceived delay caused by SafeBrowsing. This delay is the time
- // delta starting from when we would have started reading data from the
- // network, and ending when the SafeBrowsing check completes indicating that
- // the current page is 'safe'.
- void LogPauseDelay(base::TimeDelta time);
-
// Called to initialize objects that are used on the io_thread. This may be
// called multiple times during the life of the DatabaseManager. Should be
// called on IO thread.
« no previous file with comments | « no previous file | chrome/browser/safe_browsing/database_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698