| 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);
|
|
|