summaryrefslogtreecommitdiffstats
path: root/content/common/resource_messages.h
diff options
context:
space:
mode:
Diffstat (limited to 'content/common/resource_messages.h')
-rw-r--r--content/common/resource_messages.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/content/common/resource_messages.h b/content/common/resource_messages.h
index 5e6874a..1d1d51b 100644
--- a/content/common/resource_messages.h
+++ b/content/common/resource_messages.h
@@ -20,7 +20,7 @@ IPC_STRUCT_TRAITS_BEGIN(webkit_glue::ResourceResponseInfo)
IPC_STRUCT_TRAITS_MEMBER(charset)
IPC_STRUCT_TRAITS_MEMBER(security_info)
IPC_STRUCT_TRAITS_MEMBER(content_length)
- IPC_STRUCT_TRAITS_MEMBER(raw_data_length)
+ IPC_STRUCT_TRAITS_MEMBER(encoded_data_length)
IPC_STRUCT_TRAITS_MEMBER(appcache_id)
IPC_STRUCT_TRAITS_MEMBER(appcache_manifest_url)
IPC_STRUCT_TRAITS_MEMBER(connection_id)
@@ -126,7 +126,7 @@ IPC_MESSAGE_ROUTED4(ResourceMsg_DataReceived,
int /* request_id */,
base::SharedMemoryHandle /* data */,
int /* data_len */,
- int /* raw_data_length */)
+ int /* encoded_data_length */)
// Sent when some data from a resource request has been downloaded to
// file. This is only called in the 'download_to_file' case and replaces