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

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

Issue 349153006: Port HistoryService::QueryRedirects{From,To} to 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
« no previous file with comments | « no previous file | chrome/browser/history/history_backend.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_backend.h
diff --git a/chrome/browser/history/history_backend.h b/chrome/browser/history/history_backend.h
index bb58e0aa49d7d6ffbc498b9f6a92929a59fdf283..b904a12bbff38f5ea65a165163ac2007b6d44d98 100644
--- a/chrome/browser/history/history_backend.h
+++ b/chrome/browser/history/history_backend.h
@@ -155,10 +155,8 @@ class HistoryBackend : public base::RefCountedThreadSafe<HistoryBackend>,
void QueryHistory(const base::string16& text_query,
const QueryOptions& options,
QueryResults* query_results);
- void QueryRedirectsFrom(scoped_refptr<QueryRedirectsRequest> request,
- const GURL& url);
- void QueryRedirectsTo(scoped_refptr<QueryRedirectsRequest> request,
- const GURL& url);
+ void QueryRedirectsFrom(const GURL& url, QueryRedirectsResult* result);
+ void QueryRedirectsTo(const GURL& url, QueryRedirectsResult* result);
void GetVisibleVisitCountToHost(
scoped_refptr<GetVisibleVisitCountToHostRequest> request,
« no previous file with comments | « no previous file | chrome/browser/history/history_backend.cc » ('j') | chrome/browser/history/history_backend.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698