summaryrefslogtreecommitdiffstats
path: root/chrome/browser/history/history.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/history/history.h')
-rw-r--r--chrome/browser/history/history.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/chrome/browser/history/history.h b/chrome/browser/history/history.h
index 2b480a7..8ca8878 100644
--- a/chrome/browser/history/history.h
+++ b/chrome/browser/history/history.h
@@ -280,6 +280,12 @@ class HistoryService : public CancelableRequestProvider,
CancelableRequestConsumerBase* consumer,
QueryRedirectsCallback* callback);
+ // Schedules a query to get the most recent redirects ending at the given
+ // URL.
+ Handle QueryRedirectsTo(const GURL& to_url,
+ CancelableRequestConsumerBase* consumer,
+ QueryRedirectsCallback* callback);
+
typedef Callback4<Handle,
bool, // Were we able to determine the # of visits?
int, // Number of visits.