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

Unified Diff: components/image_fetcher/request_metadata.h

Issue 2677993002: Use IOSImageDataFetcherWrapper for favicon (Closed)
Patch Set: Actually adding the header 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/request_metadata.h
diff --git a/components/image_fetcher/request_metadata.h b/components/image_fetcher/request_metadata.h
index 1bc997a765285ac6323630a562920d7eca5e2c32..6b41e2d3c3136efc7fb600b37a522685a751d4db 100644
--- a/components/image_fetcher/request_metadata.h
+++ b/components/image_fetcher/request_metadata.h
@@ -9,8 +9,11 @@
namespace image_fetcher {
+// Metadata for a URL request.
struct RequestMetadata {
std::string mime_type;
+ // HTTP response code.
+ int response_code;
};
bool operator==(const RequestMetadata& lhs, const RequestMetadata& rhs);
« no previous file with comments | « components/image_fetcher/ios/ios_image_data_fetcher_wrapper.h ('k') | components/image_fetcher/request_metadata.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698