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