| Index: components/favicon/core/favicon_service_impl.h
|
| diff --git a/components/favicon/core/favicon_service_impl.h b/components/favicon/core/favicon_service_impl.h
|
| index ea030b260f1c7c5555cd372f488fc58e3fc3fcd3..c844c757111ed3292761da954d3a5775b50d6e42 100644
|
| --- a/components/favicon/core/favicon_service_impl.h
|
| +++ b/components/favicon/core/favicon_service_impl.h
|
| @@ -102,6 +102,10 @@ class FaviconServiceImpl : public FaviconService {
|
| const GURL& icon_url,
|
| favicon_base::IconType icon_type,
|
| const gfx::Image& image) override;
|
| + void SetExpiredFaviconsIfNoneKnown(const GURL& page_url,
|
| + const GURL& icon_url,
|
| + favicon_base::IconType icon_type,
|
| + const gfx::Image& image) override;
|
| void UnableToDownloadFavicon(const GURL& icon_url) override;
|
| bool WasUnableToDownloadFavicon(const GURL& icon_url) const override;
|
| void ClearUnableToDownloadFavicons() override;
|
|
|