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

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

Issue 71723003: Remove HistoryPublisher code. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Remove ref to history_indexer.idl Created 7 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 | « no previous file | 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
diff --git a/chrome/browser/history/history_backend.h b/chrome/browser/history/history_backend.h
index 433aa1643f94757de0c065d67bf54c8925ae8a20..a4971b2f14464a97dccc87aedf1d28d7e26d8ffa 100644
--- a/chrome/browser/history/history_backend.h
+++ b/chrome/browser/history/history_backend.h
@@ -37,8 +37,6 @@ class AndroidProviderBackend;
#endif
class CommitLaterTask;
-class HistoryPublisher;
-class PageCollector;
class VisitFilter;
struct DownloadRow;
@@ -159,11 +157,6 @@ class HistoryBackend : public base::RefCountedThreadSafe<HistoryBackend>,
const GURL& url,
base::Time end_ts);
-
- // Indexing ------------------------------------------------------------------
-
- void SetPageContents(const GURL& url, const string16& contents);
-
// Querying ------------------------------------------------------------------
// ScheduleAutocomplete() never frees |provider| (which is globally live).
@@ -846,9 +839,6 @@ class HistoryBackend : public base::RefCountedThreadSafe<HistoryBackend>,
// Stores old history in a larger, slower database.
scoped_ptr<ArchivedDatabase> archived_db_;
- // Helper to collect page data for vending to history_publisher_.
- scoped_ptr<PageCollector> page_collector_;
-
// Manages expiration between the various databases.
ExpireHistoryBackend expirer_;
@@ -895,10 +885,6 @@ class HistoryBackend : public base::RefCountedThreadSafe<HistoryBackend>,
// loaded.
BookmarkService* bookmark_service_;
- // Publishes the history to all indexers which are registered to receive
- // history data from us. Can be NULL if there are no listeners.
- scoped_ptr<HistoryPublisher> history_publisher_;
-
#if defined(OS_ANDROID)
// Used to provide the Android ContentProvider APIs.
scoped_ptr<AndroidProviderBackend> android_provider_backend_;
« no previous file with comments | « no previous file | chrome/browser/history/history_backend.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698