| Index: components/favicon/core/favicon_driver_impl.h
|
| diff --git a/components/favicon/core/favicon_driver_impl.h b/components/favicon/core/favicon_driver_impl.h
|
| index f1ef6a1d5a65c6328fa24d9f6d28a4d184c4f76a..54e8d3aeec780c7fcf8157cfba46d59ec29e11e4 100644
|
| --- a/components/favicon/core/favicon_driver_impl.h
|
| +++ b/components/favicon/core/favicon_driver_impl.h
|
| @@ -53,10 +53,6 @@ class FaviconDriverImpl : public FaviconDriver {
|
| // FaviconDriver implementation.
|
| void FetchFavicon(const GURL& url) override;
|
| bool IsBookmarked(const GURL& url) override;
|
| - void OnFaviconAvailable(const GURL& page_url,
|
| - const GURL& icon_url,
|
| - const gfx::Image& image,
|
| - bool is_active_favicon) override;
|
| bool HasPendingTasksForTest() override;
|
|
|
| protected:
|
|
|