Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(449)

Unified Diff: ios/web/public/test/fakes/test_web_state.mm

Issue 2677993002: Use IOSImageDataFetcherWrapper for favicon (Closed)
Patch Set: Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 9b821db7b55bd45911a48942852be86b2bdc9fd9..5864167a41024d6ffcfd32672d8f79138da9bb47 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;
}

Powered by Google App Engine
This is Rietveld 408576698