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

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

Issue 773103004: Remove NOTIFICATION_HISTORY_URLS_DELETED (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Removed local variables in tests 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_notifications.cc
diff --git a/chrome/browser/history/history_notifications.cc b/chrome/browser/history/history_notifications.cc
index 145cec486103465688e550f33e3a0c46605e813e..e17aa27789cc53c668144e6bab6a121f100b0cab 100644
--- a/chrome/browser/history/history_notifications.cc
+++ b/chrome/browser/history/history_notifications.cc
@@ -6,17 +6,6 @@
namespace history {
-URLsModifiedDetails::URLsModifiedDetails() {}
-
-URLsModifiedDetails::~URLsModifiedDetails() {}
-
-URLsDeletedDetails::URLsDeletedDetails()
- : all_history(false),
- expired(false) {
-}
-
-URLsDeletedDetails::~URLsDeletedDetails() {}
-
KeywordSearchUpdatedDetails::KeywordSearchUpdatedDetails(
const URLRow& url_row,
KeywordID keyword_id,

Powered by Google App Engine
This is Rietveld 408576698