| 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 c4aa894affd32a4b92cf54a7ed393a4b8fac2b11..ef24d10b0f8c12135c05df17cadfa4964b90c2ab 100644
|
| --- a/components/favicon/content/content_favicon_driver.cc
|
| +++ b/components/favicon/content/content_favicon_driver.cc
|
| @@ -133,6 +133,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();
|
|
|