| 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 d7e9455a3925cf9c1fc3964a391dd30103e44d88..5006975b335487c28caced8a9acf9fb6f39e93bf 100644
|
| --- a/components/favicon/ios/web_favicon_driver.h
|
| +++ b/components/favicon/ios/web_favicon_driver.h
|
| @@ -41,6 +41,8 @@ class WebFaviconDriver : public web::WebStateObserver,
|
| int DownloadImage(const GURL& url,
|
| int max_image_size,
|
| ImageDownloadCallback callback) override;
|
| + void DownloadManifest(const GURL& url,
|
| + ManifestDownloadCallback callback) override;
|
| bool IsOffTheRecord() override;
|
| void OnFaviconUpdated(
|
| const GURL& page_url,
|
|
|