Index: components/favicon/content/content_favicon_driver.h |
diff --git a/components/favicon/content/content_favicon_driver.h b/components/favicon/content/content_favicon_driver.h |
index 5a328e88f26c61195f8779f9ae1768ebeba929bc..bf4e641fe2f78af47f3abdc138bed12aca97f97b 100644 |
--- a/components/favicon/content/content_favicon_driver.h |
+++ b/components/favicon/content/content_favicon_driver.h |
@@ -49,6 +49,7 @@ class ContentFaviconDriver |
GURL GetActiveFaviconURL() override; |
void SetActiveFaviconURL(const GURL& url) override; |
void SetActiveFaviconImage(const gfx::Image& image) override; |
+ bool ShouldSendFaviconAvailableNotifications() override; |
protected: |
ContentFaviconDriver(content::WebContents* web_contents, |