Index: content/public/common/resource_response_info.cc |
diff --git a/content/public/common/resource_response_info.cc b/content/public/common/resource_response_info.cc |
index d471f2df8a47e3a62540b14bde406249320b5c7d..71126e228b5308bd761a368ee72e39f50af81ed1 100644 |
--- a/content/public/common/resource_response_info.cc |
+++ b/content/public/common/resource_response_info.cc |
@@ -13,6 +13,7 @@ ResourceResponseInfo::ResourceResponseInfo() |
: has_major_certificate_errors(false), |
content_length(-1), |
encoded_data_length(-1), |
+ encoded_body_length(0), |
kinuko
2016/06/28 15:10:17
This being 0 by default while others are -1 comes
Adam Rice
2016/07/07 06:50:09
Actually, it's only 0 in Javascript when we can't
|
appcache_id(kAppCacheNoCacheId), |
was_fetched_via_spdy(false), |
was_npn_negotiated(false), |