| Index: components/image_fetcher/core/request_metadata.h
|
| diff --git a/components/image_fetcher/core/request_metadata.h b/components/image_fetcher/core/request_metadata.h
|
| index f625c8294d84d306a0bb39a23cc6cf0574e974df..630ffc6956c651d6e3ad0c3d74b1c64088dbf707 100644
|
| --- a/components/image_fetcher/core/request_metadata.h
|
| +++ b/components/image_fetcher/core/request_metadata.h
|
| @@ -24,12 +24,7 @@ struct RequestMetadata {
|
| std::string mime_type;
|
| int http_response_code;
|
| bool from_http_cache;
|
| -
|
| - // Is guaranteed to be a valid pointer only when the callback is called. The
|
| - // headers may get deleted right after the callback finishes.
|
| - // TODO(jkrcal): Remove |mime_type| and |http_response_code| as it all can be
|
| - // read from HttpResponseHeaders.
|
| - net::HttpResponseHeaders* http_response_headers;
|
| + std::string content_location_header;
|
| };
|
|
|
| bool operator==(const RequestMetadata& lhs, const RequestMetadata& rhs);
|
|
|