| Index: content/browser/loader/async_resource_handler.h
|
| diff --git a/content/browser/loader/async_resource_handler.h b/content/browser/loader/async_resource_handler.h
|
| index 0991021336043dc8b4d990a24352ca6408aaa22d..adcffa9ec3adf41049452f32535fc0391047ba0a 100644
|
| --- a/content/browser/loader/async_resource_handler.h
|
| +++ b/content/browser/loader/async_resource_handler.h
|
| @@ -70,6 +70,7 @@ class AsyncResourceHandler : public ResourceHandler,
|
| void OnDefer();
|
| bool CheckForSufficientResource();
|
| int CalculateEncodedDataLengthToReport();
|
| + int CalculateEncodedBodyLengthToReport();
|
| void RecordHistogram();
|
|
|
| scoped_refptr<ResourceBuffer> buffer_;
|
| @@ -96,6 +97,7 @@ class AsyncResourceHandler : public ResourceHandler,
|
| base::RepeatingTimer progress_timer_;
|
|
|
| int64_t reported_transfer_size_;
|
| + int64_t reported_encoded_body_length_;
|
|
|
| DISALLOW_COPY_AND_ASSIGN(AsyncResourceHandler);
|
| };
|
|
|