| Index: ios/web/public/test/fakes/test_web_state.mm
|
| diff --git a/ios/web/public/test/fakes/test_web_state.mm b/ios/web/public/test/fakes/test_web_state.mm
|
| index 3ef1a84b1fcd9011e68f5daaea10e8b58d3a5b11..404e74595ac50e5efb7cf3b9c9c8aa37cd2e7c30 100644
|
| --- a/ios/web/public/test/fakes/test_web_state.mm
|
| +++ b/ios/web/public/test/fakes/test_web_state.mm
|
| @@ -183,14 +183,6 @@ CRWWebViewProxyType TestWebState::GetWebViewProxy() const {
|
| return nullptr;
|
| }
|
|
|
| -int TestWebState::DownloadImage(const GURL& url,
|
| - bool is_favicon,
|
| - uint32_t max_bitmap_size,
|
| - bool bypass_cache,
|
| - const ImageDownloadCallback& callback) {
|
| - return 0;
|
| -}
|
| -
|
| service_manager::InterfaceRegistry* TestWebState::GetMojoInterfaceRegistry() {
|
| return nullptr;
|
| }
|
|
|