| Index: chrome/browser/history/history_service.h
|
| diff --git a/chrome/browser/history/history_service.h b/chrome/browser/history/history_service.h
|
| index 7e7eb103e0468bed4e8d3ea3f8b66bb75fba5600..91b4bfcda6e7ad0b2441207375ce6cca560cb8b2 100644
|
| --- a/chrome/browser/history/history_service.h
|
| +++ b/chrome/browser/history/history_service.h
|
| @@ -603,6 +603,10 @@ class HistoryService : public content::NotificationObserver,
|
| const history::RedirectList& redirects,
|
| base::Time visit_time);
|
|
|
| + // Notify all HistoryServiceObservers registered that URLs have been added or
|
| + // modified. |changed_urls| contains the list of affects URLs.
|
| + void NotifyURLsModified(const history::URLRows& changed_urls);
|
| +
|
| // Favicon -------------------------------------------------------------------
|
|
|
| // These favicon methods are exposed to the FaviconService. Instead of calling
|
|
|