| Index: net/socket/transport_client_socket_pool.h
|
| diff --git a/net/socket/transport_client_socket_pool.h b/net/socket/transport_client_socket_pool.h
|
| index 2deb94740655ce12c60960d12d25b8ee5c15f00f..bbb9485b4a2e679b48e576fa50a393750be9e110 100644
|
| --- a/net/socket/transport_client_socket_pool.h
|
| +++ b/net/socket/transport_client_socket_pool.h
|
| @@ -169,6 +169,7 @@ class NET_EXPORT_PRIVATE TransportConnectJob : public ConnectJob {
|
|
|
| // ConnectJob methods.
|
| LoadState GetLoadState() const override;
|
| + void GetAdditionalErrorState(ClientSocketHandle* handle) override;
|
|
|
| // Rolls |addrlist| forward until the first IPv4 address, if any.
|
| // WARNING: this method should only be used to implement the prefer-IPv4 hack.
|
| @@ -209,6 +210,8 @@ class NET_EXPORT_PRIVATE TransportConnectJob : public ConnectJob {
|
| // Track the interval between this connect and previous connect.
|
| ConnectInterval interval_between_connects_;
|
|
|
| + int connect_result_;
|
| +
|
| DISALLOW_COPY_AND_ASSIGN(TransportConnectJob);
|
| };
|
|
|
|
|