| Index: net/socket/ssl_client_socket_impl.h
|
| diff --git a/net/socket/ssl_client_socket_impl.h b/net/socket/ssl_client_socket_impl.h
|
| index 40033c38d6131175a6890c08171e4777e6b4d970..86505ab2f4a80c3d8620bf3684b999603bf1bcf8 100644
|
| --- a/net/socket/ssl_client_socket_impl.h
|
| +++ b/net/socket/ssl_client_socket_impl.h
|
| @@ -306,6 +306,7 @@ class SSLClientSocketImpl : public SSLClientSocket,
|
| // session cache. i.e. sessions created with one value will not attempt to
|
| // resume on the socket with a different value.
|
| const std::string ssl_session_cache_shard_;
|
| + int ssl_session_cache_lookup_count_;
|
|
|
| enum State {
|
| STATE_NONE,
|
|
|