Chromium Code Reviews| Index: chrome/browser/history/history_service.h |
| diff --git a/chrome/browser/history/history_service.h b/chrome/browser/history/history_service.h |
| index 5a8a05ece5fb0fd55491672aaa01fdb16ed6b493..bdfc0c2f3fcb8aff03b0e2134503562ad2cd9076 100644 |
| --- a/chrome/browser/history/history_service.h |
| +++ b/chrome/browser/history/history_service.h |
| @@ -615,6 +615,13 @@ class HistoryService : public content::NotificationObserver, |
| // HistoryService is being deleted. |
| void NotifyHistoryServiceBeingDeleted(); |
| + // Notify all HistoryServicerObservs registered that keyword have be searched |
| + // using omni box. |row| contains the URL information for search |term|. |
|
sdefresne
2014/12/29 09:53:26
nit: s/omni box/omnibox/
Abhishek
2014/12/29 14:12:40
Done.
|
| + // |keyword_id| associated with a URL and search term. |
| + void NotifyHistoryKeywordSearchTermUpdated(const history::URLRow& row, |
| + history::KeywordID keyword_id, |
| + const base::string16& term); |
| + |
| // Favicon ------------------------------------------------------------------- |
| // These favicon methods are exposed to the FaviconService. Instead of calling |