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

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

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/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 e052ec65d64936f5c101202d2a419586d468d86a..47efa27c4fad01233459cc6d365f20f689fd552e 100644
--- a/chrome/browser/history/history_notifications.cc
+++ b/chrome/browser/history/history_notifications.cc
@@ -17,10 +17,4 @@ URLsDeletedDetails::URLsDeletedDetails()
URLsDeletedDetails::~URLsDeletedDetails() {}
-KeywordSearchDeletedDetails::KeywordSearchDeletedDetails(URLID url_row_id)
- : url_row_id(url_row_id) {
-}
-
-KeywordSearchDeletedDetails::~KeywordSearchDeletedDetails() {}
-
} // namespace history
« 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