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

Unified Diff: components/history/core/browser/history_backend.h

Issue 1081923002: Remove PrerenderLocalPredictor, part 5. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@prerender-local-predictor-4
Patch Set: Created 5 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
« no previous file with comments | « chrome/browser/history/history_unittest.cc ('k') | components/history/core/browser/history_backend.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/history/core/browser/history_backend.h
diff --git a/components/history/core/browser/history_backend.h b/components/history/core/browser/history_backend.h
index 9a58cd4c06076c33d6f4276eea67088d869200b5..45d261e8a82bda017902843ca82681aa4dea65ae 100644
--- a/components/history/core/browser/history_backend.h
+++ b/components/history/core/browser/history_backend.h
@@ -118,10 +118,6 @@ class HistoryBackend : public base::RefCountedThreadSafe<HistoryBackend>,
virtual void SetInMemoryBackend(
scoped_ptr<InMemoryHistoryBackend> backend) = 0;
- // Notify HistoryService that VisitDatabase was changed. The event will be
- // forwarded to the HistoryServiceObservers in the UI thread.
- virtual void NotifyAddVisit(const BriefVisitInfo& info) = 0;
-
// Notify HistoryService that some URLs favicon changed that will forward
// the events to the FaviconChangedObservers in the correct thread.
virtual void NotifyFaviconChanged(const std::set<GURL>& urls) = 0;
@@ -742,9 +738,6 @@ class HistoryBackend : public base::RefCountedThreadSafe<HistoryBackend>,
// may return null during testing.
HistoryClient* GetHistoryClient();
- // Notify any observers of an addition to the visit database.
- void NotifyVisitObservers(const VisitRow& visit);
-
// Data ----------------------------------------------------------------------
// Delegate. See the class definition above for more information. This will
« no previous file with comments | « chrome/browser/history/history_unittest.cc ('k') | components/history/core/browser/history_backend.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698