Index: chrome/browser/extensions/api/tabs/tabs_event_router.h |
diff --git a/chrome/browser/extensions/api/tabs/tabs_event_router.h b/chrome/browser/extensions/api/tabs/tabs_event_router.h |
index e285b31c4dd4e45f529a16d5bd256521a0ed3d41..c78463d7f3f19b97b83be01c0cc84c12799b281d 100644 |
--- a/chrome/browser/extensions/api/tabs/tabs_event_router.h |
+++ b/chrome/browser/extensions/api/tabs/tabs_event_router.h |
@@ -81,9 +81,11 @@ class TabsEventRouter : public TabStripModelObserver, |
const ui_zoom::ZoomController::ZoomChangedEventData& data) override; |
// favicon::FaviconDriverObserver: |
- void OnFaviconAvailable(const gfx::Image& image) override; |
void OnFaviconUpdated(favicon::FaviconDriver* favicon_driver, |
- bool icon_url_changed) override; |
+ NotificationIconType notification_icon_type, |
+ const GURL& icon_url, |
+ bool icon_url_changed, |
+ const gfx::Image& image) override; |
private: |
// "Synthetic" event. Called from TabInsertedAt if new tab is detected. |