Index: components/favicon/content/content_favicon_driver.cc |
diff --git a/components/favicon/content/content_favicon_driver.cc b/components/favicon/content/content_favicon_driver.cc |
index c469104b40d0b23ca05ba4c79f55686c74e51694..782139c6b476070c9723a4b8328b4f45996c9ce5 100644 |
--- a/components/favicon/content/content_favicon_driver.cc |
+++ b/components/favicon/content/content_favicon_driver.cc |
@@ -125,6 +125,10 @@ void ContentFaviconDriver::SetActiveFaviconImage(const gfx::Image& image) { |
GetFaviconStatus().image = image; |
} |
+bool ContentFaviconDriver::ShouldSendFaviconAvailableNotifications() { |
+ return true; |
+} |
+ |
content::FaviconStatus& ContentFaviconDriver::GetFaviconStatus() { |
DCHECK(web_contents()->GetController().GetLastCommittedEntry()); |
return web_contents()->GetController().GetLastCommittedEntry()->GetFavicon(); |