| Index: content/browser/loader/resource_request_info_impl.h
|
| diff --git a/content/browser/loader/resource_request_info_impl.h b/content/browser/loader/resource_request_info_impl.h
|
| index 6b75fcdae87bb2d2ca02fa447fc5160c845e102b..696eaa2c871a95a6ca2d3f91cbb8ba83a258d907 100644
|
| --- a/content/browser/loader/resource_request_info_impl.h
|
| +++ b/content/browser/loader/resource_request_info_impl.h
|
| @@ -57,7 +57,6 @@ class ResourceRequestInfoImpl : public ResourceRequestInfo,
|
| bool allow_download,
|
| bool has_user_gesture,
|
| bool enable_load_timing,
|
| - bool enable_upload_progress,
|
| blink::WebReferrerPolicy referrer_policy,
|
| blink::WebPageVisibilityState visibility_state,
|
| ResourceContext* context,
|
| @@ -165,8 +164,6 @@ class ResourceRequestInfoImpl : public ResourceRequestInfo,
|
|
|
| bool is_load_timing_enabled() const { return enable_load_timing_; }
|
|
|
| - bool is_upload_progress_enabled() const { return enable_upload_progress_; }
|
| -
|
| private:
|
| FRIEND_TEST_ALL_PREFIXES(ResourceDispatcherHostTest,
|
| DeletedFilterDetached);
|
| @@ -191,7 +188,6 @@ class ResourceRequestInfoImpl : public ResourceRequestInfo,
|
| bool allow_download_;
|
| bool has_user_gesture_;
|
| bool enable_load_timing_;
|
| - bool enable_upload_progress_;
|
| bool was_ignored_by_handler_;
|
| bool counted_as_in_flight_request_;
|
| ResourceType resource_type_;
|
|
|