| Index: net/socket/socket_test_util.h
|
| diff --git a/net/socket/socket_test_util.h b/net/socket/socket_test_util.h
|
| index 3d1186797581c3e35698ce9d17a07bc9acf1ae0f..05c761753e8c0adb8328b442dcc075556f4a1f19 100644
|
| --- a/net/socket/socket_test_util.h
|
| +++ b/net/socket/socket_test_util.h
|
| @@ -935,7 +935,9 @@ class MockTransportClientSocketPool : public TransportClientSocketPool {
|
| ClientSocketHandle* handle,
|
| const CompletionCallback& callback,
|
| 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;
|
| void ReleaseSocket(const std::string& group_name,
|
| @@ -968,7 +970,9 @@ class MockSOCKSClientSocketPool : public SOCKSClientSocketPool {
|
| ClientSocketHandle* handle,
|
| const CompletionCallback& callback,
|
| 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;
|
| void ReleaseSocket(const std::string& group_name,
|
|
|