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 adbc7e79866efc738ba1297f88b847dbf47bf406..f69817cc12924dede1af4dcba555d769e7ee173c 100644 |
--- a/components/favicon/content/content_favicon_driver.h |
+++ b/components/favicon/content/content_favicon_driver.h |
@@ -52,6 +52,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, |