Chromium Code Reviews| Index: net/socket/tcp_client_socket_pool.h |
| diff --git a/net/socket/tcp_client_socket_pool.h b/net/socket/tcp_client_socket_pool.h |
| index 03d9178d2856a0800f6ce6b468526c74463ab01e..8a3d1f7e72993615378f9589ca40096e05100b8f 100644 |
| --- a/net/socket/tcp_client_socket_pool.h |
| +++ b/net/socket/tcp_client_socket_pool.h |
| @@ -35,6 +35,7 @@ class TCPConnectJob : public ConnectJob { |
| virtual ~TCPConnectJob(); |
| // ConnectJob methods. |
| + virtual LoadState GetLoadState() const; |
| private: |
| enum State { |