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

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

Issue 235863023: Eliminate the archived history database and clean up related code. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 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 d0d9be6473580041724b99386488b5a43ced7c9b..0d113ade922bebb9a2d59e7bfbae1461c415f673 100644
--- a/chrome/browser/history/history_notifications.cc
+++ b/chrome/browser/history/history_notifications.cc
@@ -17,7 +17,7 @@ URLsModifiedDetails::~URLsModifiedDetails() {}
URLsDeletedDetails::URLsDeletedDetails()
: all_history(false),
- archived(false) {
+ expired(false) {
}
URLsDeletedDetails::~URLsDeletedDetails() {}

Powered by Google App Engine
This is Rietveld 408576698