| 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,
|
|
|