| Index: chrome/browser/history/history_service.h
|
| diff --git a/chrome/browser/history/history_service.h b/chrome/browser/history/history_service.h
|
| index 55dd52d02f576ae7f9afb15b9502532afde955d8..fc9dd80426c91a700ee5bc9e82b9994aed6090ab 100644
|
| --- a/chrome/browser/history/history_service.h
|
| +++ b/chrome/browser/history/history_service.h
|
| @@ -616,6 +616,13 @@ class HistoryService : public content::NotificationObserver,
|
| // HistoryService is being deleted.
|
| void NotifyHistoryServiceBeingDeleted();
|
|
|
| + // Notify all HistoryServiceObservers registered that a keyword search term
|
| + // has been updated. |row| contains the URL information for search |term|.
|
| + // |keyword_id| associated with a URL and search term.
|
| + void NotifyKeywordSearchTermUpdated(const history::URLRow& row,
|
| + history::KeywordID keyword_id,
|
| + const base::string16& term);
|
| +
|
| // Favicon -------------------------------------------------------------------
|
|
|
| // These favicon methods are exposed to the FaviconService. Instead of calling
|
|
|