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

Unified Diff: chrome/browser/history/history_backend.h

Issue 8437035: Revert 108207 - HQP Refactoring (in Preparation for SQLite Cache) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 years, 1 month 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.cc ('k') | chrome/browser/history/history_backend.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/history/history_backend.h
===================================================================
--- chrome/browser/history/history_backend.h (revision 108223)
+++ chrome/browser/history/history_backend.h (working copy)
@@ -27,7 +27,6 @@
class BookmarkService;
struct DownloadPersistentStoreInfo;
-class Profile;
class TestingProfile;
struct ThumbnailScore;
@@ -105,8 +104,7 @@
// may be NULL.
//
// This constructor is fast and does no I/O, so can be called at any time.
- HistoryBackend(Profile* profile,
- const FilePath& history_dir,
+ HistoryBackend(const FilePath& history_dir,
int id,
Delegate* delegate,
BookmarkService* bookmark_service);
@@ -259,13 +257,6 @@
const base::Time remove_end);
void RemoveDownloads(const base::Time remove_end);
- // InMemoryURLIndex ----------------------------------------------------------
-
- // Returns the quick history index.
- history::InMemoryURLIndex* InMemoryIndex() const {
- return in_memory_url_index_.get();
- }
-
// Segment usage -------------------------------------------------------------
void QuerySegmentUsage(scoped_refptr<QuerySegmentUsageRequest> request,
@@ -583,9 +574,6 @@
// created.
scoped_ptr<TextDatabaseManager> text_database_;
- // The index used for quick history lookups.
- scoped_ptr<history::InMemoryURLIndex> in_memory_url_index_;
-
// Manages expiration between the various databases.
ExpireHistoryBackend expirer_;
« no previous file with comments | « chrome/browser/history/history.cc ('k') | chrome/browser/history/history_backend.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698