Index: components/history/core/browser/history_service.h |
diff --git a/components/history/core/browser/history_service.h b/components/history/core/browser/history_service.h |
index aaab5f3c1cfbfe52b8d9de0879f2d3b9af3aa06c..13d303af824425bdb036a0787633405780ac12ee 100644 |
--- a/components/history/core/browser/history_service.h |
+++ b/components/history/core/browser/history_service.h |
@@ -565,9 +565,6 @@ class HistoryService : public syncer::SyncableService, public KeyedService { |
// Observers ---------------------------------------------------------------- |
- // Notify all Observers registered that the VisitDatabase was changed. |
- void NotifyAddVisit(const BriefVisitInfo& info); |
- |
// Notify all HistoryServiceObservers registered that user is visiting a URL. |
// The |row| ID will be set to the value that is currently in effect in the |
// main history database. |redirects| is the list of redirects leading up to |