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

Unified Diff: chrome/browser/history/history_service.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 provider 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
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..1a34e6431b4645890bb9d344c437df982cd724fd 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| id of the url row.
sdefresne 2015/01/16 06:56:00 Style: comment must be correct english sentences
Abhishek 2015/01/16 07:43:48 Thanks for the correction! I was thinking it, like
+ void NotifyKeywordSearchTermDeleted(history::URLID url_id);
+
// Favicon -------------------------------------------------------------------
// These favicon methods are exposed to the FaviconService. Instead of calling

Powered by Google App Engine
This is Rietveld 408576698