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

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

Issue 694843002: Remove NOTIFICATION_HISTORY_URLS_MODIFIED (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address comments Created 6 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 | « components/history/core/browser/history_backend_observer.h ('k') | no next file » | 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 3945aec2ff3d0b7ec93a3d33757c473c251f3841..ecee03cad827f0a15660753bafb44d7e11a3cec1 100644
--- a/components/history/core/browser/history_service_observer.h
+++ b/components/history/core/browser/history_service_observer.h
@@ -30,6 +30,14 @@ class HistoryServiceObserver {
const RedirectList& redirects,
base::Time visit_time) {}
+ // Called when a URL has been added or modified.
+ //
+ // |changed_urls| lists the information for each of the URLs affected. The
+ // rows will have the IDs that are currently in effect in the main history
+ // database.
+ 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) {}
« no previous file with comments | « components/history/core/browser/history_backend_observer.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698