| Index: net/url_request/url_request_context.h
|
| diff --git a/net/url_request/url_request_context.h b/net/url_request/url_request_context.h
|
| index 5c3542843d8b452a1edf0f2a0e0643115e48b216..0158d9aca17282fb5153f318f65d596a3c5fb6ef 100644
|
| --- a/net/url_request/url_request_context.h
|
| +++ b/net/url_request/url_request_context.h
|
| @@ -230,14 +230,6 @@ class NET_EXPORT URLRequestContext
|
|
|
| bool enable_brotli() const { return enable_brotli_; }
|
|
|
| - void set_enable_referrer_policy_header(bool enable_referrer_policy_header) {
|
| - enable_referrer_policy_header_ = enable_referrer_policy_header;
|
| - }
|
| -
|
| - bool enable_referrer_policy_header() const {
|
| - return enable_referrer_policy_header_;
|
| - }
|
| -
|
| private:
|
| // ---------------------------------------------------------------------------
|
| // Important: When adding any new members below, consider whether they need to
|
| @@ -277,11 +269,6 @@ class NET_EXPORT URLRequestContext
|
| // Enables Brotli Content-Encoding support.
|
| bool enable_brotli_;
|
|
|
| - // Enables parsing and applying the Referrer-Policy header when
|
| - // following redirects. TODO(estark): remove this flag once
|
| - // Referrer-Policy ships (https://crbug.com/619228).
|
| - bool enable_referrer_policy_header_;
|
| -
|
| DISALLOW_COPY_AND_ASSIGN(URLRequestContext);
|
| };
|
|
|
|
|