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

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

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 | « chrome/browser/safe_browsing/database_manager.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/safe_browsing/database_manager.cc
diff --git a/chrome/browser/safe_browsing/database_manager.cc b/chrome/browser/safe_browsing/database_manager.cc
index e0c634b682d8463abe0ac22b4280c0ec5333d878..583d11af514163cc57490e58e2f6523a1debbf10 100644
--- a/chrome/browser/safe_browsing/database_manager.cc
+++ b/chrome/browser/safe_browsing/database_manager.cc
@@ -630,10 +630,6 @@ void SafeBrowsingDatabaseManager::ResetDatabase() {
&SafeBrowsingDatabaseManager::OnResetDatabase, this));
}
-void SafeBrowsingDatabaseManager::LogPauseDelay(base::TimeDelta time) {
- UMA_HISTOGRAM_LONG_TIMES("SB2.Delay", time);
-}
-
void SafeBrowsingDatabaseManager::StartOnIOThread() {
DCHECK(BrowserThread::CurrentlyOn(BrowserThread::IO));
if (enabled_)
« no previous file with comments | « chrome/browser/safe_browsing/database_manager.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698