| Index: content/public/browser/resource_request_details.h
|
| diff --git a/content/public/browser/resource_request_details.h b/content/public/browser/resource_request_details.h
|
| index 856d9a3cc4944ed54fa8e8385d821268756ab5db..0127fefef2236e2ad5266d9a61b6e32e83cef55f 100644
|
| --- a/content/public/browser/resource_request_details.h
|
| +++ b/content/public/browser/resource_request_details.h
|
| @@ -40,6 +40,9 @@ struct ResourceRequestDetails {
|
| ResourceType::Type resource_type;
|
| net::HostPortPair socket_address;
|
| int render_frame_id;
|
| + // HTTP response code. See HttpResponseHeaders::response_code().
|
| + // -1 if there are no response headers yet.
|
| + int http_response_code;
|
| };
|
|
|
| // Details about a redirection of a resource request.
|
|
|