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

Unified Diff: chrome/browser/history/history_notifications.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/history_backend_unittest.cc ('k') | chrome/browser/history/history_notifications.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/history/history_notifications.h
diff --git a/chrome/browser/history/history_notifications.h b/chrome/browser/history/history_notifications.h
index 84c3720e4ff7df70e9f25bb71ac5a9e33e878915..564ee90ad53730c637a70c96ce8d3c6f391c733b 100644
--- a/chrome/browser/history/history_notifications.h
+++ b/chrome/browser/history/history_notifications.h
@@ -48,15 +48,6 @@ struct URLsDeletedDetails : public HistoryDetails {
std::set<GURL> favicon_urls;
};
-// Details for HISTORY_KEYWORD_SEARCH_TERM_DELETED.
-struct KeywordSearchDeletedDetails : public HistoryDetails {
- explicit KeywordSearchDeletedDetails(URLID url_row_id);
- ~KeywordSearchDeletedDetails() override;
-
- // The ID of the corresponding URLRow in the main history database.
- URLID url_row_id;
-};
-
} // namespace history
#endif // CHROME_BROWSER_HISTORY_HISTORY_NOTIFICATIONS_H__
« no previous file with comments | « chrome/browser/history/history_backend_unittest.cc ('k') | chrome/browser/history/history_notifications.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698