| Index: net/http/http_proxy_client_socket_pool.cc
|
| diff --git a/net/http/http_proxy_client_socket_pool.cc b/net/http/http_proxy_client_socket_pool.cc
|
| index 11bf04d0935385fe6b4f5e91357e2419298cd824..df2f7a3e304d2e831fbe9a7096dd8d9f381e51f7 100644
|
| --- a/net/http/http_proxy_client_socket_pool.cc
|
| +++ b/net/http/http_proxy_client_socket_pool.cc
|
| @@ -241,6 +241,12 @@ void HttpProxyClientSocketPool::CancelRequest(
|
| base_.CancelRequest(group_name, handle);
|
| }
|
|
|
| +void HttpProxyClientSocketPool::SetPriority(const std::string& group_name,
|
| + ClientSocketHandle* handle,
|
| + RequestPriority priority) {
|
| + base_.SetPriority(group_name, handle, priority);
|
| +}
|
| +
|
| void HttpProxyClientSocketPool::ReleaseSocket(
|
| const std::string& group_name,
|
| std::unique_ptr<StreamSocket> socket,
|
|
|