Index: chrome/browser/ui/cocoa/history_menu_bridge.h |
diff --git a/chrome/browser/ui/cocoa/history_menu_bridge.h b/chrome/browser/ui/cocoa/history_menu_bridge.h |
index 70f5c4d3eed41789e895012427086a6bebd43729..5d279a995030b98d27eb3119f345d2e84374ad2a 100644 |
--- a/chrome/browser/ui/cocoa/history_menu_bridge.h |
+++ b/chrome/browser/ui/cocoa/history_menu_bridge.h |
@@ -147,6 +147,8 @@ class HistoryMenuBridge : public content::NotificationObserver, |
const history::URLRow& row, |
const history::RedirectList& redirects, |
base::Time visit_time) override; |
+ void OnURLsModified(HistoryService* history_service, |
+ const history::URLRows& changed_urls) override; |
// Looks up an NSMenuItem in the |menu_item_map_| and returns the |
// corresponding HistoryItem. |