| Index: components/favicon/ios/web_favicon_driver.h
|
| diff --git a/components/favicon/ios/web_favicon_driver.h b/components/favicon/ios/web_favicon_driver.h
|
| index 9b9e7d004dad6428da9dd6a76508d53926dbb338..9e134a336600e79d5e38b34950274cd422c5fd62 100644
|
| --- a/components/favicon/ios/web_favicon_driver.h
|
| +++ b/components/favicon/ios/web_favicon_driver.h
|
| @@ -32,8 +32,6 @@ class WebFaviconDriver : public web::WebStateObserver,
|
| // FaviconDriver implementation.
|
| void FetchFavicon(const GURL& url) override;
|
| gfx::Image GetFavicon() const override;
|
| - bool FaviconIsValid() const override;
|
| - GURL GetActiveURL() override;
|
|
|
| // FaviconHandler::Delegate implementation.
|
| int DownloadImage(const GURL& url,
|
|
|