| Index: content/common/resource_messages.h
|
| diff --git a/content/common/resource_messages.h b/content/common/resource_messages.h
|
| index 893350d5be494fc705f310817fcab0c33f2e1cce..732f7a6701ec337237985e9fd8f1219f0d6d8856 100644
|
| --- a/content/common/resource_messages.h
|
| +++ b/content/common/resource_messages.h
|
| @@ -17,7 +17,7 @@
|
|
|
| IPC_STRUCT_TRAITS_BEGIN(content::ResourceResponseHead)
|
| IPC_STRUCT_TRAITS_PARENT(webkit_glue::ResourceResponseInfo)
|
| - IPC_STRUCT_TRAITS_MEMBER(status)
|
| + IPC_STRUCT_TRAITS_MEMBER(error_code)
|
| IPC_STRUCT_TRAITS_END()
|
|
|
| IPC_STRUCT_TRAITS_BEGIN(content::SyncLoadResult)
|
| @@ -171,7 +171,7 @@ IPC_MESSAGE_ROUTED2(ResourceMsg_DataDownloaded,
|
| // Sent when the request has been completed.
|
| IPC_MESSAGE_ROUTED4(ResourceMsg_RequestComplete,
|
| int /* request_id */,
|
| - net::URLRequestStatus /* status */,
|
| + int /* error_code */,
|
| std::string /* security info */,
|
| base::TimeTicks /* completion_time */)
|
|
|
|
|