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

Unified Diff: components/image_fetcher/image_fetcher_impl.cc

Issue 2677993002: Use IOSImageDataFetcherWrapper for favicon (Closed)
Patch Set: Cleanup WebState 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: components/image_fetcher/image_fetcher_impl.cc
diff --git a/components/image_fetcher/image_fetcher_impl.cc b/components/image_fetcher/image_fetcher_impl.cc
index d260b2cdd2a09436a2f2c840416dc3c60d05b4b0..9ce0b058ea0e27fec3076f198918c84111b7f11a 100644
--- a/components/image_fetcher/image_fetcher_impl.cc
+++ b/components/image_fetcher/image_fetcher_impl.cc
@@ -63,7 +63,8 @@ void ImageFetcherImpl::StartOrQueueNetworkRequest(
}
void ImageFetcherImpl::OnImageURLFetched(const GURL& image_url,
- const std::string& image_data) {
+ const std::string& image_data,
+ int http_response_code) {
// Inform the ImageFetcherDelegate.
if (delegate_) {
auto it = pending_net_requests_.find(image_url);

Powered by Google App Engine
This is Rietveld 408576698