diff options
Diffstat (limited to 'net/spdy/spdy_proxy_client_socket.h')
-rw-r--r-- | net/spdy/spdy_proxy_client_socket.h | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/net/spdy/spdy_proxy_client_socket.h b/net/spdy/spdy_proxy_client_socket.h index 43dd4b3..371182a 100644 --- a/net/spdy/spdy_proxy_client_socket.h +++ b/net/spdy/spdy_proxy_client_socket.h @@ -26,9 +26,6 @@ #include "net/spdy/spdy_session.h" #include "net/spdy/spdy_stream.h" - -class GURL; - namespace net { class AddressList; @@ -46,7 +43,6 @@ class NET_EXPORT_PRIVATE SpdyProxyClientSocket : public ProxyClientSocket, SpdyProxyClientSocket(const base::WeakPtr<SpdyStream>& spdy_stream, const std::string& user_agent, const HostPortPair& endpoint, - const GURL& url, const HostPortPair& proxy_server, const BoundNetLog& source_net_log, HttpAuthCache* auth_cache, @@ -149,6 +145,8 @@ class NET_EXPORT_PRIVATE SpdyProxyClientSocket : public ProxyClientSocket, const HostPortPair endpoint_; scoped_refptr<HttpAuthController> auth_; + std::string user_agent_; + // We buffer the response body as it arrives asynchronously from the stream. SpdyReadQueue read_buffer_queue_; |