Index: net/url_request/url_request.h |
diff --git a/net/url_request/url_request.h b/net/url_request/url_request.h |
index 20aab6014a7b82f2cb5da1352b8f1555c2f8a296..0d5b06f17b5c70a235ff5efdf0e0211987646060 100644 |
--- a/net/url_request/url_request.h |
+++ b/net/url_request/url_request.h |
@@ -281,12 +281,6 @@ class NET_EXPORT URLRequest : NON_EXPORTED_BASE(public base::NonThreadSafe), |
const std::string& method() const { return method_; } |
void set_method(const std::string& method); |
- // Determines the new method of the request afer following a redirect. |
- // |method| is the method used to arrive at the redirect, |
- // |http_status_code| is the status code associated with the redirect. |
- static std::string ComputeMethodForRedirect(const std::string& method, |
- int http_status_code); |
- |
// The referrer URL for the request. This header may actually be suppressed |
// from the underlying network request for security reasons (e.g., a HTTPS |
// URL will not be sent as the referrer for a HTTP request). The referrer |