| 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 7d33c3ef936cd5ef71c3cee4a1b2e21f6befe92f..190863670b17a6f08735e56833381c0a5b6ccc98 100644
|
| --- a/components/favicon/core/favicon_driver_impl.h
|
| +++ b/components/favicon/core/favicon_driver_impl.h
|
| @@ -53,9 +53,6 @@ class FaviconDriverImpl : public FaviconDriver,
|
| bookmarks::BookmarkModel* bookmark_model);
|
| ~FaviconDriverImpl() override;
|
|
|
| - // Returns whether downloading favicon for |url| previously failed.
|
| - bool WasUnableToDownloadFavicon(const GURL& url);
|
| -
|
| // Informs FaviconService that the favicon for |url| is out of date. If
|
| // |force_reload| is true, then discard information about favicon download
|
| // failures.
|
|
|