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

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: Addressed comment 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
« no previous file with comments | « chrome/browser/history/history.h ('k') | chrome/browser/history/history_backend.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/history/history.cc
diff --git a/chrome/browser/history/history.cc b/chrome/browser/history/history.cc
index 90829cce04c6ce2e5376544821d001c569710da8..46a4d2d33b2e29b8b956262ad290680e31ea3fa6 100644
--- a/chrome/browser/history/history.cc
+++ b/chrome/browser/history/history.cc
@@ -665,11 +665,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);
}
« no previous file with comments | « chrome/browser/history/history.h ('k') | chrome/browser/history/history_backend.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698