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

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

Issue 642623004: Rename VisitDatabaseObserver to HistoryServiceObserver (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@373326
Patch Set: Address comments & rebase Created 6 years, 2 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: components/history/core/browser/history_types.h
diff --git a/components/history/core/browser/history_types.h b/components/history/core/browser/history_types.h
index 0301a94d3ec89eefa19a491a6dfa68184f1dfbbf..a5c8fe5c05948d97db9c622913c41da3d5cf6f83 100644
--- a/components/history/core/browser/history_types.h
+++ b/components/history/core/browser/history_types.h
@@ -524,13 +524,6 @@ struct BriefVisitInfo {
ui::PageTransition transition;
};
-// An observer of VisitDatabase.
-class VisitDatabaseObserver {
- public:
- virtual ~VisitDatabaseObserver();
- virtual void OnAddVisit(const BriefVisitInfo& info) = 0;
-};
-
struct ExpireHistoryArgs {
ExpireHistoryArgs();
~ExpireHistoryArgs();
« no previous file with comments | « components/history/core/browser/history_service_observer.h ('k') | components/history/core/browser/history_types.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698