Index: components/favicon/core/favicon_driver.h |
diff --git a/components/favicon/core/favicon_driver.h b/components/favicon/core/favicon_driver.h |
index 59fc333def57a0af7356046c3c122f40286916bf..4347ecb680cd87472ab2d2ac98156e07240d132a 100644 |
--- a/components/favicon/core/favicon_driver.h |
+++ b/components/favicon/core/favicon_driver.h |
@@ -74,6 +74,11 @@ class FaviconDriver { |
const GURL& icon_url, |
bool is_active_favicon) = 0; |
+ // Sends notification that the current page favicon has changed. |
+ // |icon_url_changed| is true if the URL of the favicon changed in addition to |
+ // the favicon image. |
+ virtual void NotifyFaviconUpdated(bool icon_url_changed) = 0; |
+ |
protected: |
FaviconDriver() {} |
virtual ~FaviconDriver() {} |