| 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 b23646f939cc83eb9985b0b3a9c843bfcfdcb540..89310c37963d0ae948dcdb87e26bb2ffe85afc4d 100644
|
| --- a/net/url_request/url_request_context.h
|
| +++ b/net/url_request/url_request_context.h
|
| @@ -159,17 +159,6 @@ class NET_EXPORT URLRequestContext
|
| transport_security_state_ = state;
|
| }
|
|
|
| - // ---------------------------------------------------------------------------
|
| - // Legacy accessors that delegate to http_user_agent_settings_.
|
| - // TODO(pauljensen): Remove after all clients are updated to directly access
|
| - // http_user_agent_settings_.
|
| - // Gets the value of 'Accept-Language' header field.
|
| - std::string GetAcceptLanguage() const;
|
| - // Gets the UA string to use for the given URL. Pass an invalid URL (such as
|
| - // GURL()) to get the default UA string.
|
| - std::string GetUserAgent(const GURL& url) const;
|
| - // ---------------------------------------------------------------------------
|
| -
|
| const URLRequestJobFactory* job_factory() const { return job_factory_; }
|
| void set_job_factory(const URLRequestJobFactory* job_factory) {
|
| job_factory_ = job_factory;
|
|
|