| Index: net/socket/ssl_client_socket_pool.h
|
| diff --git a/net/socket/ssl_client_socket_pool.h b/net/socket/ssl_client_socket_pool.h
|
| index e7b7e8c92599bf7f70788478fbc5140656cd0d50..c71c80e98cfb261e48796254f091f8c20a0a7f66 100644
|
| --- a/net/socket/ssl_client_socket_pool.h
|
| +++ b/net/socket/ssl_client_socket_pool.h
|
| @@ -11,6 +11,7 @@
|
| #include "base/macros.h"
|
| #include "base/memory/ref_counted.h"
|
| #include "base/time/time.h"
|
| +#include "net/base/load_timing_info.h"
|
| #include "net/base/net_export.h"
|
| #include "net/base/privacy_mode.h"
|
| #include "net/http/http_response_info.h"
|
| @@ -218,9 +219,11 @@ class NET_EXPORT_PRIVATE SSLClientSocketPool
|
| void CancelRequest(const std::string& group_name,
|
| ClientSocketHandle* handle) override;
|
|
|
| - void ReleaseSocket(const std::string& group_name,
|
| - std::unique_ptr<StreamSocket> socket,
|
| - int id) override;
|
| + void ReleaseSocket(
|
| + const std::string& group_name,
|
| + std::unique_ptr<StreamSocket> socket,
|
| + int id,
|
| + const LoadTimingInfo::ConnectTiming& connect_timing) override;
|
|
|
| void FlushWithError(int error) override;
|
|
|
|
|