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

Unified Diff: chrome/browser/history/history_notifications.cc

Issue 808123003: Eliminate sending NOTIFICATION_HISTORY_KEYWORD_SEARCH_TERM_UPDATED (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: update unittest 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/history_notifications.h ('k') | chrome/browser/history/history_service.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/history/history_notifications.cc
diff --git a/chrome/browser/history/history_notifications.cc b/chrome/browser/history/history_notifications.cc
index 145cec486103465688e550f33e3a0c46605e813e..e052ec65d64936f5c101202d2a419586d468d86a 100644
--- a/chrome/browser/history/history_notifications.cc
+++ b/chrome/browser/history/history_notifications.cc
@@ -17,17 +17,6 @@ URLsDeletedDetails::URLsDeletedDetails()
URLsDeletedDetails::~URLsDeletedDetails() {}
-KeywordSearchUpdatedDetails::KeywordSearchUpdatedDetails(
- const URLRow& url_row,
- KeywordID keyword_id,
- const base::string16& term)
- : url_row(url_row),
- keyword_id(keyword_id),
- term(term) {
-}
-
-KeywordSearchUpdatedDetails::~KeywordSearchUpdatedDetails() {}
-
KeywordSearchDeletedDetails::KeywordSearchDeletedDetails(URLID url_row_id)
: url_row_id(url_row_id) {
}
« no previous file with comments | « chrome/browser/history/history_notifications.h ('k') | chrome/browser/history/history_service.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698