Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(246)

Unified Diff: components/history/core/browser/history_service_observer.h

Issue 830483005: Eliminate sending NOTIFICATION_HISTORY_KEYWORD_SEARCH_TERM_DELETED (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: updated Created 5 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/history/in_memory_history_backend.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 9ea82e27900ebccd30486097e8d815a2dd04ec17..834f39b47d20ca4d7623dce43df94b4954da20ff 100644
--- a/components/history/core/browser/history_service_observer.h
+++ b/components/history/core/browser/history_service_observer.h
@@ -58,6 +58,11 @@ class HistoryServiceObserver {
KeywordID keyword_id,
const base::string16& term) {}
+ // Sent when a keyword search term is deleted.
+ // |url_id| is the id of the url row.
+ virtual void OnKeywordSearchTermDeleted(HistoryService* history_service,
+ URLID url_id) {}
+
private:
DISALLOW_COPY_AND_ASSIGN(HistoryServiceObserver);
};
« no previous file with comments | « chrome/browser/history/in_memory_history_backend.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698