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

Unified Diff: components/history/core/browser/history_service_observer.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 | « components/history/core/browser/history_service.cc ('k') | components/history/core/browser/history_types.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/history/core/browser/history_service_observer.h
diff --git a/components/history/core/browser/history_service_observer.h b/components/history/core/browser/history_service_observer.h
index 8734220294a269c99e77d541c954ae2e027e1073..4e4438735b165c81cfef7952ee7845a13f7d5983 100644
--- a/components/history/core/browser/history_service_observer.h
+++ b/components/history/core/browser/history_service_observer.h
@@ -39,10 +39,6 @@ class HistoryServiceObserver {
virtual void OnURLsModified(HistoryService* history_service,
const URLRows& changed_urls) {}
- // Called on changes to the VisitDatabase.
- virtual void OnAddVisit(HistoryService* history_service,
- const BriefVisitInfo& info) {}
-
// Called when one or more of URLs are deleted.
//
// |all_history| is set to true, if all the URLs are deleted.
« no previous file with comments | « components/history/core/browser/history_service.cc ('k') | components/history/core/browser/history_types.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698