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

Unified Diff: components/image_fetcher/request_metadata.h

Issue 2693043003: Revert of 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: components/image_fetcher/request_metadata.h
diff --git a/components/image_fetcher/request_metadata.h b/components/image_fetcher/request_metadata.h
index 6b41e2d3c3136efc7fb600b37a522685a751d4db..1bc997a765285ac6323630a562920d7eca5e2c32 100644
--- a/components/image_fetcher/request_metadata.h
+++ b/components/image_fetcher/request_metadata.h
@@ -9,11 +9,8 @@
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