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

Unified Diff: chrome/browser/history/history_service.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: Rename a few outstanding instances of "archived" to "expired". Created 6 years, 6 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_service.cc
diff --git a/chrome/browser/history/history_service.cc b/chrome/browser/history/history_service.cc
index af61f108a548fc551b69d7e5627e17efa9b813c1..a4513e1d6037cedcced8d0df6d9adf32428c5d04 100644
--- a/chrome/browser/history/history_service.cc
+++ b/chrome/browser/history/history_service.cc
@@ -12,8 +12,6 @@
// HistoryService <----------------> HistoryBackend
// -> HistoryDatabase
// -> SQLite connection to History
-// -> ArchivedDatabase
-// -> SQLite connection to Archived History
// -> ThumbnailDatabase
// -> SQLite connection to Thumbnails
// (and favicons)

Powered by Google App Engine
This is Rietveld 408576698