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

Unified Diff: components/image_fetcher/image_fetcher_impl.h

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.h
diff --git a/components/image_fetcher/image_fetcher_impl.h b/components/image_fetcher/image_fetcher_impl.h
index 05856e8b8fd01335667a85ecc11839ac64af8f13..2bc6f48b8b1f2772d0dac32b72849cc24ed0e7f5 100644
--- a/components/image_fetcher/image_fetcher_impl.h
+++ b/components/image_fetcher/image_fetcher_impl.h
@@ -76,7 +76,9 @@ class ImageFetcherImpl : public image_fetcher::ImageFetcher {
// Processes image URL fetched events. This is the continuation method used
// for creating callbacks that are passed to the ImageDataFetcher.
- void OnImageURLFetched(const GURL& image_url, const std::string& image_data);
+ void OnImageURLFetched(const GURL& image_url,
+ const std::string& image_data,
+ int http_response_code);
// Processes image decoded events. This is the continuation method used for
// creating callbacks that are passed to the ImageDecoder.

Powered by Google App Engine
This is Rietveld 408576698