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

Unified Diff: chrome/browser/history/history_service.cc

Issue 336633004: Code cleanup in HistoryService (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase Created 6 years, 6 months 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/history/history_service.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/history/history_service.cc
diff --git a/chrome/browser/history/history_service.cc b/chrome/browser/history/history_service.cc
index 294bc75be92fb34800b25b9dadb205b94c6c6d7d..b8070bbc39c255643095922d62afc469209a8445 100644
--- a/chrome/browser/history/history_service.cc
+++ b/chrome/browser/history/history_service.cc
@@ -838,16 +838,6 @@ HistoryService::Handle HistoryService::GetVisibleVisitCountToHost(
consumer, new history::GetVisibleVisitCountToHostRequest(callback), url);
}
-HistoryService::Handle HistoryService::QueryTopURLsAndRedirects(
- int result_count,
- CancelableRequestConsumerBase* consumer,
- const QueryTopURLsAndRedirectsCallback& callback) {
- DCHECK(thread_checker_.CalledOnValidThread());
- return Schedule(PRIORITY_NORMAL, &HistoryBackend::QueryTopURLsAndRedirects,
- consumer, new history::QueryTopURLsAndRedirectsRequest(callback),
- result_count);
-}
-
HistoryService::Handle HistoryService::QueryMostVisitedURLs(
int result_count,
int days_back,
« no previous file with comments | « chrome/browser/history/history_service.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698