| 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..ecee03cad827f0a15660753bafb44d7e11a3cec1 100644
|
| --- a/components/history/core/browser/history_service_observer.h
|
| +++ b/components/history/core/browser/history_service_observer.h
|
| @@ -30,6 +30,14 @@ class HistoryServiceObserver {
|
| const RedirectList& redirects,
|
| base::Time visit_time) {}
|
|
|
| + // Called when a URL has been added or modified.
|
| + //
|
| + // |changed_urls| lists the information for each of the URLs affected. The
|
| + // rows will have the IDs that are currently in effect in the main history
|
| + // database.
|
| + 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) {}
|
|
|