diff options
Diffstat (limited to 'content/browser/loader/throttling_resource_handler.h')
-rw-r--r-- | content/browser/loader/throttling_resource_handler.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/content/browser/loader/throttling_resource_handler.h b/content/browser/loader/throttling_resource_handler.h index 168dc56..65117bc 100644 --- a/content/browser/loader/throttling_resource_handler.h +++ b/content/browser/loader/throttling_resource_handler.h @@ -59,8 +59,6 @@ class ThrottlingResourceHandler : public LayeredResourceHandler, }; DeferredStage deferred_stage_; - net::URLRequest* request_; - ScopedVector<ResourceThrottle> throttles_; size_t index_; |