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

Unified Diff: third_party/WebKit/Source/platform/network/ResourceLoadInfo.h

Issue 2521483002: Remove ResourceLoaderInfo::encodedDataLength (Closed)
Patch Set: fix Created 4 years, 1 month 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: third_party/WebKit/Source/platform/network/ResourceLoadInfo.h
diff --git a/third_party/WebKit/Source/platform/network/ResourceLoadInfo.h b/third_party/WebKit/Source/platform/network/ResourceLoadInfo.h
index 6668f53fa14f3f5c0429d72f1fa4f7cb878dec26..b4d56a869d5e3feb88f698e5446e3eeb5fc00e0a 100644
--- a/third_party/WebKit/Source/platform/network/ResourceLoadInfo.h
+++ b/third_party/WebKit/Source/platform/network/ResourceLoadInfo.h
@@ -32,11 +32,10 @@
namespace blink {
struct ResourceLoadInfo : RefCounted<ResourceLoadInfo> {
- ResourceLoadInfo() : httpStatusCode(0), encodedDataLength(-1) {}
+ ResourceLoadInfo() : httpStatusCode(0) {}
int httpStatusCode;
String httpStatusText;
- long long encodedDataLength;
HTTPHeaderMap requestHeaders;
HTTPHeaderMap responseHeaders;
String requestHeadersText;
« no previous file with comments | « third_party/WebKit/Source/platform/exported/WebHTTPLoadInfo.cpp ('k') | third_party/WebKit/public/platform/WebHTTPLoadInfo.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698