| 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..d7e5c308823cf1e531b1382c1f95a6ef7dddee17 100644
|
| --- a/components/favicon/core/favicon_service_impl.h
|
| +++ b/components/favicon/core/favicon_service_impl.h
|
| @@ -102,6 +102,11 @@ class FaviconServiceImpl : public FaviconService {
|
| const GURL& icon_url,
|
| favicon_base::IconType icon_type,
|
| const gfx::Image& image) override;
|
| + void SetLastResortFavicons(const GURL& page_url,
|
| + const GURL& icon_url,
|
| + favicon_base::IconType icon_type,
|
| + const gfx::Image& image,
|
| + base::Callback<void(bool)> callback) override;
|
| void UnableToDownloadFavicon(const GURL& icon_url) override;
|
| bool WasUnableToDownloadFavicon(const GURL& icon_url) const override;
|
| void ClearUnableToDownloadFavicons() override;
|
|
|