Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2201)

Unified Diff: content/public/common/resource_response_info.cc

Issue 2092993002: Browser process changes for Resource Timing sizes. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix compilation of resource_dispatcher_unittest.cc Created 4 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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),

Powered by Google App Engine
This is Rietveld 408576698