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

Unified Diff: chrome/browser/history/history_service.h

Issue 808123003: Eliminate sending NOTIFICATION_HISTORY_KEYWORD_SEARCH_TERM_UPDATED (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Updated patch for android port Created 6 years 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 5a8a05ece5fb0fd55491672aaa01fdb16ed6b493..dc1c8d3a2c88b53a27f29ed54cef4dd81ee80ad0 100644
--- a/chrome/browser/history/history_service.h
+++ b/chrome/browser/history/history_service.h
@@ -615,6 +615,10 @@ class HistoryService : public content::NotificationObserver,
// HistoryService is being deleted.
void NotifyHistoryServiceBeingDeleted();
+ void NotifyHistoryKeywordSearchTermUpdated(const history::URLRow& row,
sdefresne 2014/12/24 09:03:43 style: please comment this method
Abhishek 2014/12/24 19:39:41 Done.
+ history::KeywordID keyword_id,
+ const base::string16& term);
+
// Favicon -------------------------------------------------------------------
// These favicon methods are exposed to the FaviconService. Instead of calling

Powered by Google App Engine
This is Rietveld 408576698