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 3945aec2ff3d0b7ec93a3d33757c473c251f3841..541a5932706b75b9f7bd52de3db30ef8d39289d5 100644 |
--- a/components/history/core/browser/history_service_observer.h |
+++ b/components/history/core/browser/history_service_observer.h |
@@ -34,6 +34,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); |
}; |