| 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 fb69ec7bc1e59a02d8b1dc2ac617b47cdfceebb1..019596134ddc4aafe66be49fc4969b4e270ccacd 100644
|
| --- a/content/browser/loader/async_resource_handler.h
|
| +++ b/content/browser/loader/async_resource_handler.h
|
| @@ -78,6 +78,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_;
|
|
|