| Index: third_party/WebKit/Source/core/inspector/NetworkResourcesData.cpp
|
| diff --git a/third_party/WebKit/Source/core/inspector/NetworkResourcesData.cpp b/third_party/WebKit/Source/core/inspector/NetworkResourcesData.cpp
|
| index f159f5400ecd8a39ceb1d8d4480477757fc141d5..8aff4016212890f9bf5494dd1b769f524ec43e6c 100644
|
| --- a/third_party/WebKit/Source/core/inspector/NetworkResourcesData.cpp
|
| +++ b/third_party/WebKit/Source/core/inspector/NetworkResourcesData.cpp
|
| @@ -200,6 +200,7 @@ void NetworkResourcesData::responseReceived(const String& requestId, const Strin
|
| resourceData->setMimeType(response.mimeType());
|
| resourceData->setTextEncodingName(response.textEncodingName());
|
| resourceData->setHTTPStatusCode(response.httpStatusCode());
|
| + resourceData->setRawHeaderSize(response.resourceLoadInfo() ? response.resourceLoadInfo()->encodedDataLength : 0);
|
|
|
| String filePath = response.downloadedFilePath();
|
| if (!filePath.isEmpty()) {
|
|
|