| 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..5c80d6581230c497e863e73386155320ea1f02e1 100644
|
| --- a/components/favicon/core/favicon_driver.h
|
| +++ b/components/favicon/core/favicon_driver.h
|
| @@ -74,6 +74,10 @@ class FaviconDriver {
|
| const GURL& icon_url,
|
| bool is_active_favicon) = 0;
|
|
|
| + // Sends notification that the current page favicon change. |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() {}
|
|
|