| Index: components/history/core/browser/history_service_observer.h
|
| diff --git a/components/history/core/browser/history_service_observer.h b/components/history/core/browser/history_service_observer.h
|
| index 8734220294a269c99e77d541c954ae2e027e1073..4e4438735b165c81cfef7952ee7845a13f7d5983 100644
|
| --- a/components/history/core/browser/history_service_observer.h
|
| +++ b/components/history/core/browser/history_service_observer.h
|
| @@ -39,10 +39,6 @@ class HistoryServiceObserver {
|
| virtual void OnURLsModified(HistoryService* history_service,
|
| const URLRows& changed_urls) {}
|
|
|
| - // Called on changes to the VisitDatabase.
|
| - virtual void OnAddVisit(HistoryService* history_service,
|
| - const BriefVisitInfo& info) {}
|
| -
|
| // Called when one or more of URLs are deleted.
|
| //
|
| // |all_history| is set to true, if all the URLs are deleted.
|
|
|