summaryrefslogtreecommitdiffstats
path: root/net/http/http_util.h
diff options
context:
space:
mode:
authorabarth@chromium.org <abarth@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-04-06 00:29:14 +0000
committerabarth@chromium.org <abarth@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-04-06 00:29:14 +0000
commit2979a49a3c7582fd6ab07debf528e050b5437f9e (patch)
tree330ac4058fcc340c596ecdf7a3f3c52000c611dd /net/http/http_util.h
parentbb56a37c7676803cb57a6be3174f9e2d0d5ba5e0 (diff)
downloadchromium_src-2979a49a3c7582fd6ab07debf528e050b5437f9e.zip
chromium_src-2979a49a3c7582fd6ab07debf528e050b5437f9e.tar.gz
chromium_src-2979a49a3c7582fd6ab07debf528e050b5437f9e.tar.bz2
Move BuildRequestHeaders back to http_network_transaction.cc now that it's not needed by SPDY. This reduces the dependencies of http_util.cc and is a partial revert of r63213.
Review URL: http://codereview.chromium.org/6794038 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@80557 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'net/http/http_util.h')
-rw-r--r--net/http/http_util.h17
1 files changed, 0 insertions, 17 deletions
diff --git a/net/http/http_util.h b/net/http/http_util.h
index 7f68e9d..91ea9c3 100644
--- a/net/http/http_util.h
+++ b/net/http/http_util.h
@@ -20,10 +20,6 @@
namespace net {
-class HttpAuthController;
-struct HttpRequestInfo;
-class HttpRequestHeaders;
-class HttpStream;
class UploadDataStream;
class HttpUtil {
@@ -164,19 +160,6 @@ class HttpUtil {
const std::string& header_value,
std::string* headers);
- // Constructs |request_headers| from the information contained in
- // |request_info|. The correct server and proxy auth headers will
- // be populated from |auth_controllers| if |enable_server_auth| or
- // |enable_proxy_auth| is true.
- static void BuildRequestHeaders(const HttpRequestInfo* request_info,
- const UploadDataStream* upload_data_stream,
- const scoped_refptr<HttpAuthController>
- auth_controllers[],
- bool enable_server_auth,
- bool enable_proxy_auth,
- bool enable_full_url,
- HttpRequestHeaders* request_headers);
-
// Used to iterate over the name/value pairs of HTTP headers. To iterate
// over the values in a multi-value header, use ValuesIterator.
// See AssembleRawHeaders for joining line continuations (this iterator