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

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

Issue 10380015: Now mark delete notifications for archived URLs specially (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 8 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
Index: chrome/browser/history/history_notifications.cc
diff --git a/chrome/browser/history/history_notifications.cc b/chrome/browser/history/history_notifications.cc
index bc242fda1d9d92a880d4bb84f6d307e05a00bdaf..255e488365938c6f7aded36504171b8e3cc82296 100644
--- a/chrome/browser/history/history_notifications.cc
+++ b/chrome/browser/history/history_notifications.cc
@@ -15,7 +15,10 @@ URLsModifiedDetails::URLsModifiedDetails() {}
URLsModifiedDetails::~URLsModifiedDetails() {}
-URLsDeletedDetails::URLsDeletedDetails() : all_history(false) {}
+URLsDeletedDetails::URLsDeletedDetails()
+ : all_history(false),
+ archived(false) {
+}
URLsDeletedDetails::~URLsDeletedDetails() {}

Powered by Google App Engine
This is Rietveld 408576698