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

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: 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') | chrome/browser/history/history_backend.cc » ('J')
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 a26e71a0c42602e09bc39b456136176474eeea65..e9442ce2a8ddb562ee83337d346fff656c304b3d 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, history::FilteredURLList)>
+ QueryFilteredURLsCallback;
GeorgeY 2012/04/19 01:16:24 As long as we adding a new one - could we make it
Rune Fevang 2012/04/25 00:52:45 Done.
+
// 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') | chrome/browser/history/history_backend.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698