summaryrefslogtreecommitdiff
path: root/chromium/net/http/proxy_client_socket.h
diff options
context:
space:
mode:
authorAllan Sandfeld Jensen <allan.jensen@qt.io>2019-05-16 09:59:13 +0200
committerAllan Sandfeld Jensen <allan.jensen@qt.io>2019-05-20 10:28:53 +0000
commit6c11fb357ec39bf087b8b632e2b1e375aef1b38b (patch)
treec8315530db18a8ee566521c39ab8a6af4f72bc03 /chromium/net/http/proxy_client_socket.h
parent3ffaed019d0772e59d6cdb2d0d32fe4834c31f72 (diff)
downloadqtwebengine-chromium-6c11fb357ec39bf087b8b632e2b1e375aef1b38b.tar.gz
BASELINE: Update Chromium to 74.0.3729.159
Change-Id: I8d2497da544c275415aedd94dd25328d555de811 Reviewed-by: Michael BrĂ¼ning <michael.bruning@qt.io>
Diffstat (limited to 'chromium/net/http/proxy_client_socket.h')
-rw-r--r--chromium/net/http/proxy_client_socket.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/chromium/net/http/proxy_client_socket.h b/chromium/net/http/proxy_client_socket.h
index 1d3f2a8fef7..0a34d871190 100644
--- a/chromium/net/http/proxy_client_socket.h
+++ b/chromium/net/http/proxy_client_socket.h
@@ -19,7 +19,6 @@ namespace net {
class HostPortPair;
class HttpAuthController;
-class HttpStream;
class HttpResponseInfo;
class HttpRequestHeaders;
class HttpAuthController;
@@ -34,10 +33,6 @@ class NET_EXPORT_PRIVATE ProxyClientSocket : public StreamSocket {
// the response to the CONNECT request.
virtual const HttpResponseInfo* GetConnectResponseInfo() const = 0;
- // Transfers ownership of a newly created HttpStream to the caller
- // which can be used to read the response body.
- virtual std::unique_ptr<HttpStream> CreateConnectResponseStream() = 0;
-
// Returns the HttpAuthController which can be used
// to interact with an HTTP Proxy Authorization Required (407) request.
virtual const scoped_refptr<HttpAuthController>& GetAuthController() const