summaryrefslogtreecommitdiff
path: root/chromium/net/http/proxy_client_socket.h
diff options
context:
space:
mode:
authorAllan Sandfeld Jensen <allan.jensen@qt.io>2019-02-13 15:05:36 +0100
committerAllan Sandfeld Jensen <allan.jensen@qt.io>2019-02-14 10:33:47 +0000
commite684a3455bcc29a6e3e66a004e352dea4e1141e7 (patch)
treed55b4003bde34d7d05f558f02cfd82b2a66a7aac /chromium/net/http/proxy_client_socket.h
parent2b94bfe47ccb6c08047959d1c26e392919550e86 (diff)
downloadqtwebengine-chromium-e684a3455bcc29a6e3e66a004e352dea4e1141e7.tar.gz
BASELINE: Update Chromium to 72.0.3626.110 and Ninja to 1.9.0
Change-Id: Ic57220b00ecc929a893c91f5cc552f5d3e99e922 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.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/chromium/net/http/proxy_client_socket.h b/chromium/net/http/proxy_client_socket.h
index 046ea6c7efc..639ac30fe4f 100644
--- a/chromium/net/http/proxy_client_socket.h
+++ b/chromium/net/http/proxy_client_socket.h
@@ -11,6 +11,7 @@
#include "base/macros.h"
#include "net/base/completion_once_callback.h"
#include "net/base/net_export.h"
+#include "net/base/request_priority.h"
#include "net/socket/ssl_client_socket.h"
#include "net/socket/stream_socket.h"
@@ -58,6 +59,9 @@ class NET_EXPORT_PRIVATE ProxyClientSocket : public StreamSocket {
// Returns the protocol negotiated with the proxy.
virtual NextProto GetProxyNegotiatedProtocol() const = 0;
+ // Set the priority of the underlying stream (for SPDY and QUIC)
+ virtual void SetStreamPriority(RequestPriority priority);
+
protected:
// The HTTP CONNECT method for establishing a tunnel connection is documented
// in draft-luotonen-web-proxy-tunneling-01.txt and RFC 2817, Sections 5.2