Index: content/public/common/resource_response_info.h |
diff --git a/content/public/common/resource_response_info.h b/content/public/common/resource_response_info.h |
index 9c004aaf098ada170f38e87d44ca0707ce00c871..3c7a9c5ffef4896dff15714aad76fc8559e51c8f 100644 |
--- a/content/public/common/resource_response_info.h |
+++ b/content/public/common/resource_response_info.h |
@@ -64,6 +64,10 @@ struct ResourceResponseInfo { |
// no data, contains -1. |
int64_t encoded_data_length; |
+ // Length of the response body data before decompression. -1 unless the body |
+ // has been read to the end. |
+ int64_t encoded_body_length; |
+ |
// The appcache this response was loaded from, or kAppCacheNoCacheId. |
int64_t appcache_id; |