| Index: net/http/http_proxy_client_socket_pool.h
|
| diff --git a/net/http/http_proxy_client_socket_pool.h b/net/http/http_proxy_client_socket_pool.h
|
| index 5a258eb71211020866273c5cc007309037d0cb1d..a16702d65ff293351bc2e0b9113a047b49f3d6b9 100644
|
| --- a/net/http/http_proxy_client_socket_pool.h
|
| +++ b/net/http/http_proxy_client_socket_pool.h
|
| @@ -161,6 +161,10 @@ class NET_EXPORT_PRIVATE HttpProxyClientSocketPool
|
| int num_sockets,
|
| const NetLogWithSource& net_log) override;
|
|
|
| + void SetPriority(const std::string& group_name,
|
| + ClientSocketHandle* handle,
|
| + RequestPriority priority) override;
|
| +
|
| void CancelRequest(const std::string& group_name,
|
| ClientSocketHandle* handle) override;
|
|
|
|
|