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

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

Issue 352623002: Port History::QueryMostVisitedURLs to use CancelableTaskTracker (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 6 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 d1a5c92535bfc39745319487dd3805f5771683b8..1a0bccd6bd50e2e4a209440dcd5d7129bb605082 100644
--- a/chrome/browser/history/history_marshaling.h
+++ b/chrome/browser/history/history_marshaling.h
@@ -21,10 +21,6 @@ namespace history {
// Querying -------------------------------------------------------------------
-typedef CancelableRequest1<HistoryService::QueryMostVisitedURLsCallback,
- history::MostVisitedURLList>
- QueryMostVisitedURLsRequest;
-
typedef CancelableRequest1<HistoryService::QueryFilteredURLsCallback,
history::FilteredURLList>
QueryFilteredURLsRequest;

Powered by Google App Engine
This is Rietveld 408576698