| 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 2f5ec2b97c42bf298b7c34e0917dd4d9525b46a9..023e262842d6072276fd60b0ed587179bb95a24a 100644
|
| --- a/content/browser/loader/async_resource_handler.h
|
| +++ b/content/browser/loader/async_resource_handler.h
|
| @@ -81,6 +81,8 @@ class CONTENT_EXPORT AsyncResourceHandler : public ResourceHandler,
|
|
|
| int allocation_size_;
|
|
|
| + bool first_chunk_read_ = false;
|
| +
|
| bool did_defer_;
|
|
|
| bool has_checked_for_sufficient_resources_;
|
|
|