summaryrefslogtreecommitdiffstats
path: root/net/spdy
diff options
context:
space:
mode:
authorrch <rch@chromium.org>2015-04-08 00:28:18 -0700
committerCommit bot <commit-bot@chromium.org>2015-04-08 07:28:41 +0000
commitc5c07de291701d5e055d20a2a22f7065baeabdc0 (patch)
tree41e47ffb9a3fbb724e9caa3fbe1abc5820cc4289 /net/spdy
parent4232e29e590f3fbcc7b3f7355aabe2a1890a1137 (diff)
downloadchromium_src-c5c07de291701d5e055d20a2a22f7065baeabdc0.zip
chromium_src-c5c07de291701d5e055d20a2a22f7065baeabdc0.tar.gz
chromium_src-c5c07de291701d5e055d20a2a22f7065baeabdc0.tar.bz2
Change ClientSocketPoolManager::InitSocketHandleForHttpRequest and friends
to not take a request_url, since this is confusing for Alternate-Protocol and Alt-Svc requests. Instead, take an enum which describes the type of socket to be requested (FTP, SSL, or normal) and endpoint to which the socket is to be connected. Review URL: https://codereview.chromium.org/1051023003 Cr-Commit-Position: refs/heads/master@{#324196}
Diffstat (limited to 'net/spdy')
-rw-r--r--net/spdy/spdy_proxy_client_socket.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/net/spdy/spdy_proxy_client_socket.cc b/net/spdy/spdy_proxy_client_socket.cc
index 3e1feab..e8e5bfe 100644
--- a/net/spdy/spdy_proxy_client_socket.cc
+++ b/net/spdy/spdy_proxy_client_socket.cc
@@ -17,6 +17,7 @@
#include "net/base/net_util.h"
#include "net/http/http_auth_cache.h"
#include "net/http/http_auth_handler_factory.h"
+#include "net/http/http_request_info.h"
#include "net/http/http_response_headers.h"
#include "net/http/proxy_connect_redirect_http_stream.h"
#include "net/spdy/spdy_http_utils.h"