| Index: content/child/web_url_loader_impl.cc
|
| diff --git a/content/child/web_url_loader_impl.cc b/content/child/web_url_loader_impl.cc
|
| index 2e47f6e43e0a4520ea8ea502dc05389541120e0c..9d7e50acc8552af0fadbfd032b7735e6fc9ab906 100644
|
| --- a/content/child/web_url_loader_impl.cc
|
| +++ b/content/child/web_url_loader_impl.cc
|
| @@ -1098,7 +1098,6 @@ void WebURLLoaderImpl::PopulateURLResponse(const GURL& url,
|
| load_info.setHTTPStatusCode(info.devtools_info->http_status_code);
|
| load_info.setHTTPStatusText(WebString::fromLatin1(
|
| info.devtools_info->http_status_text));
|
| - load_info.setEncodedDataLength(info.encoded_data_length);
|
|
|
| load_info.setRequestHeadersText(WebString::fromLatin1(
|
| info.devtools_info->request_headers_text));
|
|
|