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

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

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 | « no previous file | chrome/browser/history/history.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/history/history.h
diff --git a/chrome/browser/history/history.h b/chrome/browser/history/history.h
index bebf21783f6c7fd7947a5a28673d32ca6fc70eaf..b9c68794449984817de57688482608711f57f010 100644
--- a/chrome/browser/history/history.h
+++ b/chrome/browser/history/history.h
@@ -370,6 +370,9 @@ class HistoryService : public CancelableRequestProvider,
typedef base::Callback<void(Handle, history::MostVisitedURLList)>
QueryMostVisitedURLsCallback;
+ typedef base::Callback<void(Handle, const history::FilteredURLList&)>
+ QueryFilteredURLsCallback;
+
// Request the |result_count| most visited URLs and the chain of
// redirects leading to each of these URLs. |days_back| is the
// number of days of history to use. Used by TopSites.
@@ -382,7 +385,7 @@ class HistoryService : public CancelableRequestProvider,
int result_count,
const history::VisitFilter& filter,
CancelableRequestConsumerBase* consumer,
- const QueryMostVisitedURLsCallback& callback);
+ const QueryFilteredURLsCallback& callback);
// Thumbnails ----------------------------------------------------------------
« no previous file with comments | « no previous file | chrome/browser/history/history.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698