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

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

Issue 642623004: Rename VisitDatabaseObserver to HistoryServiceObserver (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@373326
Patch Set: 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: chrome/browser/history/history_backend.cc
diff --git a/chrome/browser/history/history_backend.cc b/chrome/browser/history/history_backend.cc
index 7c7dcf26ee4129b5ef9334dd6292c44d4f9e3815..7e199e64ca8906dfdba0e8231cfee6caecc86c34 100644
--- a/chrome/browser/history/history_backend.cc
+++ b/chrome/browser/history/history_backend.cc
@@ -2682,7 +2682,7 @@ void HistoryBackend::NotifyVisitObservers(const VisitRow& visit) {
// If we don't have a delegate yet during setup or shutdown, we will drop
// these notifications.
if (delegate_)
- delegate_->NotifyVisitDBObserversOnAddVisit(info);
+ delegate_->NotifyAddVisit(info);
}
#if defined(OS_ANDROID)

Powered by Google App Engine
This is Rietveld 408576698