| Index: components/history/core/browser/visit_database.h
|
| diff --git a/components/history/core/browser/visit_database.h b/components/history/core/browser/visit_database.h
|
| index 58207adef856f8b8a0d1efb880d0b2b11bf293e0..0aead0c67ba66faae6b504994d8e771f1d942bf6 100644
|
| --- a/components/history/core/browser/visit_database.h
|
| +++ b/components/history/core/browser/visit_database.h
|
| @@ -185,12 +185,6 @@ class VisitDatabase {
|
| 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;
|
|
|