| Index: content/public/common/resource_response.h
|
| diff --git a/content/public/common/resource_response.h b/content/public/common/resource_response.h
|
| index ff25a76a19299f81112c7eb8fc961a15d744f84c..cbda885700bdcb695cca65c8f33196b07a2ef170 100644
|
| --- a/content/public/common/resource_response.h
|
| +++ b/content/public/common/resource_response.h
|
| @@ -20,8 +20,8 @@ namespace content {
|
|
|
| // Parameters for a resource response header.
|
| struct ResourceResponseHead : webkit_glue::ResourceResponseInfo {
|
| - // The response status.
|
| - net::URLRequestStatus status;
|
| + // The response error_code.
|
| + int error_code;
|
| // TimeTicks::Now() when the browser received the request from the renderer.
|
| base::TimeTicks request_start;
|
| // TimeTicks::Now() when the browser sent the response to the renderer.
|
|
|