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 ecee03cad827f0a15660753bafb44d7e11a3cec1..97903cf149ba4e429de01137727073ece090ef65 100644 |
--- a/components/history/core/browser/history_service_observer.h |
+++ b/components/history/core/browser/history_service_observer.h |
@@ -42,6 +42,12 @@ class HistoryServiceObserver { |
virtual void OnAddVisit(HistoryService* history_service, |
const BriefVisitInfo& info) {} |
+ // Is called to notify when |history_service| has finished loading. |
+ virtual void OnHistoryServiceLoaded(HistoryService* history_service) {} |
+ |
+ // Is called to notify when |history_service| is being deleted. |
+ virtual void HistoryServiceBeingDeleted(HistoryService* history_service) {} |
+ |
private: |
DISALLOW_COPY_AND_ASSIGN(HistoryServiceObserver); |
}; |