| Index: net/url_request/url_request_throttler_manager.h
|
| diff --git a/net/url_request/url_request_throttler_manager.h b/net/url_request/url_request_throttler_manager.h
|
| index 427b42e9f2f87b062ed83e0418b81fee5b47ffc1..d438f67933732bf17633ad57f78b05b8bfe7101d 100644
|
| --- a/net/url_request/url_request_throttler_manager.h
|
| +++ b/net/url_request/url_request_throttler_manager.h
|
| @@ -141,10 +141,6 @@ class NET_EXPORT URLRequestThrottlerManager
|
| // Valid after construction.
|
| GURL::Replacements url_id_replacements_;
|
|
|
| - // Whether we would like to reject outgoing HTTP requests during the back-off
|
| - // period.
|
| - bool enforce_throttling_;
|
| -
|
| // Certain tests do not obey the net component's threading policy, so we
|
| // keep track of whether we're being used by tests, and turn off certain
|
| // checks.
|
|
|