Index: chrome/browser/history/history_backend.h |
diff --git a/chrome/browser/history/history_backend.h b/chrome/browser/history/history_backend.h |
index 70e551701045c987450e3a21e5757b3d7c2d4c43..aa5b8b46d0668437e98a8aa90e84319f3feac9ff 100644 |
--- a/chrome/browser/history/history_backend.h |
+++ b/chrome/browser/history/history_backend.h |
@@ -139,6 +139,10 @@ class HistoryBackend : public base::RefCountedThreadSafe<HistoryBackend>, |
const RedirectList& redirects, |
base::Time visit_time) = 0; |
+ // Notify HistoryService that some URLs have been modified. The event will |
+ // be forwarded to the HistoryServiceObservers in the correct thread. |
+ virtual void NotifyURLsModified(const URLRows& changed_urls) = 0; |
+ |
// Broadcasts the specified notification to the notification service. |
// This is implemented here because notifications must only be sent from |
// the main thread. This is the only method that doesn't identify the |