Index: content/public/common/resource_response.h |
diff --git a/content/public/common/resource_response.h b/content/public/common/resource_response.h |
index b6c4eaad77765adeb0d2d4f4fe7b62d8e48c2113..0b7ac3e9de7fd733556b34c3de24f052f8fc7431 100644 |
--- a/content/public/common/resource_response.h |
+++ b/content/public/common/resource_response.h |
@@ -21,8 +21,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. |