Index: chrome/browser/history/history_service.h |
diff --git a/chrome/browser/history/history_service.h b/chrome/browser/history/history_service.h |
index fc9dd80426c91a700ee5bc9e82b9994aed6090ab..db18f8b41052ab749d94c44f3febe52d75af9ad4 100644 |
--- a/chrome/browser/history/history_service.h |
+++ b/chrome/browser/history/history_service.h |
@@ -623,6 +623,10 @@ class HistoryService : public content::NotificationObserver, |
history::KeywordID keyword_id, |
const base::string16& term); |
+ // Notify all HistoryServiceObservers registered that keyword search term is |
+ // deleted. |url_id| is the id of the url row. |
+ void NotifyKeywordSearchTermDeleted(history::URLID url_id); |
+ |
// Favicon ------------------------------------------------------------------- |
// These favicon methods are exposed to the FaviconService. Instead of calling |