Index: net/url_request/url_request.h |
diff --git a/net/url_request/url_request.h b/net/url_request/url_request.h |
index 0c413f7e50c095266da3a7fd6239abdad45bcc0a..b4a592a8b415208d3a838bb45080289c03d43442 100644 |
--- a/net/url_request/url_request.h |
+++ b/net/url_request/url_request.h |
@@ -236,17 +236,6 @@ class NET_EXPORT URLRequest : NON_EXPORTED_BASE(public base::NonThreadSafe), |
// started. Once it was set to block all cookies, it cannot be changed back. |
static void SetDefaultCookiePolicyToBlock(); |
- // 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(); } |