| Index: ios/web/public/test/fakes/test_web_state.h
|
| diff --git a/ios/web/public/test/fakes/test_web_state.h b/ios/web/public/test/fakes/test_web_state.h
|
| index 7b27256996a10d8b44f7380e57b9fbdabb318819..6b9d0e2cf212c6efb2c7da92f7f5e53ae708a077 100644
|
| --- a/ios/web/public/test/fakes/test_web_state.h
|
| +++ b/ios/web/public/test/fakes/test_web_state.h
|
| @@ -70,11 +70,6 @@ class TestWebState : public WebState {
|
|
|
| void AddPolicyDecider(WebStatePolicyDecider* decider) override {}
|
| void RemovePolicyDecider(WebStatePolicyDecider* decider) override {}
|
| - int DownloadImage(const GURL& url,
|
| - bool is_favicon,
|
| - uint32_t max_bitmap_size,
|
| - bool bypass_cache,
|
| - const ImageDownloadCallback& callback) override;
|
| service_manager::InterfaceRegistry* GetMojoInterfaceRegistry() override;
|
| base::WeakPtr<WebState> AsWeakPtr() override;
|
|
|
|
|