| Index: components/favicon/core/favicon_driver_impl.cc
|
| diff --git a/components/favicon/core/favicon_driver_impl.cc b/components/favicon/core/favicon_driver_impl.cc
|
| index c44b49eda2ddb859d214094821f117e997f08378..c3ad173cd979155264b9fba541d0368f77781501 100644
|
| --- a/components/favicon/core/favicon_driver_impl.cc
|
| +++ b/components/favicon/core/favicon_driver_impl.cc
|
| @@ -61,10 +61,6 @@ bool FaviconDriverImpl::HasPendingTasksForTest() {
|
| return false;
|
| }
|
|
|
| -bool FaviconDriverImpl::WasUnableToDownloadFavicon(const GURL& url) {
|
| - return favicon_service_ && favicon_service_->WasUnableToDownloadFavicon(url);
|
| -}
|
| -
|
| void FaviconDriverImpl::SetFaviconOutOfDateForPage(const GURL& url,
|
| bool force_reload) {
|
| if (favicon_service_) {
|
|
|