| Index: chrome/browser/history/visit_database.h
|
| ===================================================================
|
| --- chrome/browser/history/visit_database.h (revision 133528)
|
| +++ chrome/browser/history/visit_database.h (working copy)
|
| @@ -172,6 +172,12 @@
|
| void GetVisitsSource(const VisitVector& visits,
|
| VisitSourceMap* sources);
|
|
|
| + // Obtains BriefVisitInfo for the specified number of most recent visits
|
| + // from the visit database.
|
| + void GetBriefVisitInfoOfMostRecentVisits(
|
| + int max_visits,
|
| + std::vector<BriefVisitInfo>* result_vector);
|
| +
|
| protected:
|
| // Returns the database for the functions in this interface.
|
| virtual sql::Connection& GetDB() = 0;
|
|
|