| Index: net/socket/transport_client_socket_pool.cc
|
| diff --git a/net/socket/transport_client_socket_pool.cc b/net/socket/transport_client_socket_pool.cc
|
| index dbcd7c44c57b89da7e3d82f27c0eda464237850a..e61700ebdeaa2218c2ff1c79a28371c12603deda 100644
|
| --- a/net/socket/transport_client_socket_pool.cc
|
| +++ b/net/socket/transport_client_socket_pool.cc
|
| @@ -549,8 +549,9 @@ void TransportClientSocketPool::CancelRequest(
|
| void TransportClientSocketPool::ReleaseSocket(
|
| const std::string& group_name,
|
| std::unique_ptr<StreamSocket> socket,
|
| - int id) {
|
| - base_.ReleaseSocket(group_name, std::move(socket), id);
|
| + int id,
|
| + const LoadTimingInfo::ConnectTiming& connect_timing) {
|
| + base_.ReleaseSocket(group_name, std::move(socket), id, connect_timing);
|
| }
|
|
|
| void TransportClientSocketPool::FlushWithError(int error) {
|
|
|