Index: content/child/resource_dispatcher.cc |
diff --git a/content/child/resource_dispatcher.cc b/content/child/resource_dispatcher.cc |
index 2c4b075bbe16786921a9f9e13749d0be7933c929..20758e3e6d2f1759bd199ae2eff2ab4e1d9ac7e9 100644 |
--- a/content/child/resource_dispatcher.cc |
+++ b/content/child/resource_dispatcher.cc |
@@ -574,6 +574,7 @@ void ResourceDispatcher::StartSync(const RequestInfo& request_info, |
response->data.swap(result.data); |
response->download_file_path = result.download_file_path; |
response->socket_address = result.socket_address; |
+ response->encoded_data_length = result.encoded_data_length; |
response->encoded_body_length = result.encoded_body_length; |
} |