| 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 167aa615d4740911d94783e1b6388425577dd5e8..c39bc75c4d0ea0a65584c46a7bdf29c4c95d5c6c 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 BoundNetLog& 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;
|
|
|
|
|