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

Unified Diff: chrome/browser/history/in_memory_history_backend.h

Issue 694843002: Remove NOTIFICATION_HISTORY_URLS_MODIFIED (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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
Index: chrome/browser/history/in_memory_history_backend.h
diff --git a/chrome/browser/history/in_memory_history_backend.h b/chrome/browser/history/in_memory_history_backend.h
index 793d9d68a10eb50e422a166b6aeea9cf8468ae9a..d360995eab63b281324b068cb6e54061400629a1 100644
--- a/chrome/browser/history/in_memory_history_backend.h
+++ b/chrome/browser/history/in_memory_history_backend.h
@@ -79,6 +79,8 @@ class InMemoryHistoryBackend : public HistoryServiceObserver,
const URLRow& row,
const RedirectList& redirects,
base::Time visit_time) override;
+ void OnURLsModified(HistoryService* history_service,
+ const URLRows& changed_urls) override;
// Notification callback.
void Observe(int type,

Powered by Google App Engine
This is Rietveld 408576698