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

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

Issue 10115001: Added page score to the ntp suggestions tab. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 8 years, 8 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
Index: chrome/browser/history/history.cc
diff --git a/chrome/browser/history/history.cc b/chrome/browser/history/history.cc
index 781d8aa0407446ea53b68b6d458216a7a2d4518a..9b59e2cf8b10cef8ebbfff1e4c604a52604e5c0c 100644
--- a/chrome/browser/history/history.cc
+++ b/chrome/browser/history/history.cc
@@ -653,11 +653,11 @@ HistoryService::Handle HistoryService::QueryFilteredURLs(
int result_count,
const history::VisitFilter& filter,
CancelableRequestConsumerBase* consumer,
- const QueryMostVisitedURLsCallback& callback) {
+ const QueryFilteredURLsCallback& callback) {
return Schedule(PRIORITY_NORMAL,
&HistoryBackend::QueryFilteredURLs,
consumer,
- new history::QueryMostVisitedURLsRequest(callback),
+ new history::QueryFilteredURLsRequest(callback),
result_count, filter);
}

Powered by Google App Engine
This is Rietveld 408576698