| 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;
|
|
|