| 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 dbf3b03503a43e5652e5d4a2259a4b4fffc5b263..a664c3e9927e6b972f639d399c1a076b8ee72828 100644
|
| --- a/content/browser/loader/async_resource_handler.h
|
| +++ b/content/browser/loader/async_resource_handler.h
|
| @@ -79,6 +79,10 @@ class CONTENT_EXPORT AsyncResourceHandler : public ResourceHandler,
|
|
|
| int allocation_size_;
|
|
|
| + // Size of received body. Used for comparison with expected content size,
|
| + // which is reported to UMA.
|
| + int64_t total_read_body_bytes_;
|
| +
|
| bool first_chunk_read_ = false;
|
|
|
| bool did_defer_;
|
|
|