| Index: net/socket/client_socket_handle.h
|
| diff --git a/net/socket/client_socket_handle.h b/net/socket/client_socket_handle.h
|
| index 2b1cf5cc3a8e0da51822f7270427b03866398c03..7ccedc201d1e98eda11ba817634ac012f4b8255b 100644
|
| --- a/net/socket/client_socket_handle.h
|
| +++ b/net/socket/client_socket_handle.h
|
| @@ -85,6 +85,9 @@ class NET_EXPORT ClientSocketHandle {
|
| PoolType* pool,
|
| const BoundNetLog& net_log);
|
|
|
| + // Changes the priority of the ClientSocketHandle to the passed value.
|
| + void SetPriority(RequestPriority priority);
|
| +
|
| // An initialized handle can be reset, which causes it to return to the
|
| // un-initialized state. This releases the underlying socket, which in the
|
| // case of a socket that still has an established connection, indicates that
|
|
|