Index: chrome/browser/history/history_backend.h |
diff --git a/chrome/browser/history/history_backend.h b/chrome/browser/history/history_backend.h |
index 4c0f5035b42e31e97967d4af0283b635ecad16c0..057b0f54c71b39284f2e155ee9d8d043ae980bc6 100644 |
--- a/chrome/browser/history/history_backend.h |
+++ b/chrome/browser/history/history_backend.h |
@@ -301,6 +301,11 @@ class HistoryBackend : public base::RefCountedThreadSafe<HistoryBackend>, |
virtual bool RemoveVisits(const VisitVector& visits); |
+ // Returns the VisitSource associated with each one of the passed visits. |
+ // If there is no entry in the map for a given visit, that means the visit |
+ // was SOURCE_BROWSED. Returns false if there is no HistoryDatabase.. |
+ bool GetVisitsSource(const VisitVector& visits, VisitSourceMap* sources); |
+ |
virtual bool GetURL(const GURL& url, history::URLRow* url_row); |
// Deleting ------------------------------------------------------------------ |