summaryrefslogtreecommitdiffstats
path: root/net/http/http_util.h
diff options
context:
space:
mode:
authornharper <nharper@chromium.org>2015-06-03 16:46:43 -0700
committerCommit bot <commit-bot@chromium.org>2015-06-03 23:47:05 +0000
commit834c49bf1f8fdbcf879cbc20e607f43aa750cb51 (patch)
treea97ae3a9c2a7f9ebf99db0d18d597ceaa1b47043 /net/http/http_util.h
parent5c13d76a088a244b93b3d05c76d0709d2d5a0be7 (diff)
downloadchromium_src-834c49bf1f8fdbcf879cbc20e607f43aa750cb51.zip
chromium_src-834c49bf1f8fdbcf879cbc20e607f43aa750cb51.tar.gz
chromium_src-834c49bf1f8fdbcf879cbc20e607f43aa750cb51.tar.bz2
Remove net::HttpUtil::PathForRequest
BUG=493698 Review URL: https://codereview.chromium.org/1149833014 Cr-Commit-Position: refs/heads/master@{#332734}
Diffstat (limited to 'net/http/http_util.h')
-rw-r--r--net/http/http_util.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/net/http/http_util.h b/net/http/http_util.h
index 211e634..b158524 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).