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

Unified Diff: chrome/browser/history/history_backend.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_backend.h
diff --git a/chrome/browser/history/history_backend.h b/chrome/browser/history/history_backend.h
index ade2a221f8cf684045e1ea146e1b9925ba2a116d..b954beec2fc1c243b67a474d5f0f6b5e3a3cd8ab 100644
--- a/chrome/browser/history/history_backend.h
+++ b/chrome/browser/history/history_backend.h
@@ -182,11 +182,10 @@ class HistoryBackend : public base::RefCountedThreadSafe<HistoryBackend>,
// Request the |result_count| URLs and the chain of redirects
// leading to each of these URLs, filterd and sorted based on the |filter|.
// If |debug| is enabled, additional data will be computed and provided.
- void QueryFilteredURLs(
- scoped_refptr<QueryFilteredURLsRequest> request,
- int result_count,
- const history::VisitFilter& filter,
- bool debug);
+ void QueryFilteredURLs(int result_count,
+ const history::VisitFilter& filter,
+ bool debug,
+ history::FilteredURLList* result);
// Favicon -------------------------------------------------------------------
« no previous file with comments | « no previous file | chrome/browser/history/history_backend.cc » ('j') | chrome/browser/ui/webui/ntp/suggestions_source_top_sites.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698