Index: net/http/http_util.h |
diff --git a/net/http/http_util.h b/net/http/http_util.h |
index 211e6340159bf856b3bf9cbb96ee2649c1b68d84..b1585243d3eb0db4b267a0425367012e273a864a 100644 |
--- a/net/http/http_util.h |
+++ b/net/http/http_util.h |
@@ -24,10 +24,6 @@ namespace net { |
class NET_EXPORT HttpUtil { |
public: |
- // Returns the absolute path of the URL, to be used for the http request. |
- // The absolute path starts with a '/' and may contain a query. |
- static std::string PathForRequest(const GURL& url); |
- |
// Returns the absolute URL, to be used for the http request. This url is |
// made up of the protocol, host, [port], path, [query]. Everything else |
// is stripped (username, password, reference). |