| Index: net/url_request/url_request.h
|
| diff --git a/net/url_request/url_request.h b/net/url_request/url_request.h
|
| index b470d85c34f4e6da1d22b6cb7093e2daae2ae453..2c2678101569541f8838660b20473c1e0f2f4abe 100644
|
| --- a/net/url_request/url_request.h
|
| +++ b/net/url_request/url_request.h
|
| @@ -239,14 +239,6 @@ class NET_EXPORT URLRequest : NON_EXPORTED_BASE(public base::NonThreadSafe),
|
| // Returns true if the scheme can be handled by URLRequest. False otherwise.
|
| static bool IsHandledProtocol(const std::string& scheme);
|
|
|
| - // Returns true if the url can be handled by URLRequest. False otherwise.
|
| - // The function returns true for invalid urls because URLRequest knows how
|
| - // to handle those.
|
| - // NOTE: This will also return true for URLs that are handled by
|
| - // ProtocolFactories that only work for requests that are scoped to a
|
| - // Profile.
|
| - static bool IsHandledURL(const GURL& url);
|
| -
|
| // The original url is the url used to initialize the request, and it may
|
| // differ from the url if the request was redirected.
|
| const GURL& original_url() const { return url_chain_.front(); }
|
|
|