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

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: Review feedback. Created 8 years, 7 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') | no next file » | 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 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() {}
« no previous file with comments | « chrome/browser/history/history_notifications.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698