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

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

Issue 351053003: Port HistoryService::QueryFilteredURLs to CancelableRequestTracker (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 1a0bccd6bd50e2e4a209440dcd5d7129bb605082..9366c2a064551d21f2b6dd978937ff09b7553b43 100644
--- a/chrome/browser/history/history_marshaling.h
+++ b/chrome/browser/history/history_marshaling.h
@@ -19,12 +19,6 @@
namespace history {
-// Querying -------------------------------------------------------------------
-
-typedef CancelableRequest1<HistoryService::QueryFilteredURLsCallback,
- history::FilteredURLList>
- QueryFilteredURLsRequest;
-
// Segment usage --------------------------------------------------------------
typedef CancelableRequest1<HistoryService::SegmentQueryCallback,

Powered by Google App Engine
This is Rietveld 408576698