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

Unified Diff: chrome/browser/history/history_marshaling.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
Index: chrome/browser/history/history_marshaling.h
diff --git a/chrome/browser/history/history_marshaling.h b/chrome/browser/history/history_marshaling.h
index 5544edd9f227d338e4e92d8ec3901f2300e24334..df6d2cc91ca881aa259b0c5f1b9aa7383be46c43 100644
--- a/chrome/browser/history/history_marshaling.h
+++ b/chrome/browser/history/history_marshaling.h
@@ -43,6 +43,10 @@ typedef CancelableRequest1<HistoryService::QueryMostVisitedURLsCallback,
history::MostVisitedURLList>
QueryMostVisitedURLsRequest;
+typedef CancelableRequest1<HistoryService::QueryFilteredURLsCallback,
+ history::FilteredURLList>
+ QueryFilteredURLsRequest;
+
// Thumbnails -----------------------------------------------------------------
typedef CancelableRequest<HistoryService::ThumbnailDataCallback>

Powered by Google App Engine
This is Rietveld 408576698