| Index: net/socket/ssl_client_socket_openssl.h
|
| diff --git a/net/socket/ssl_client_socket_openssl.h b/net/socket/ssl_client_socket_openssl.h
|
| index 37be6bb3e30bef75e8d4fd10a252c6828f9df390..3c84394f2b39b4a654accafe671c27104a561757 100644
|
| --- a/net/socket/ssl_client_socket_openssl.h
|
| +++ b/net/socket/ssl_client_socket_openssl.h
|
| @@ -57,6 +57,7 @@ class SSLClientSocketOpenSSL : public SSLClientSocket {
|
| }
|
|
|
| // SSLClientSocket implementation.
|
| + virtual std::string GetSessionCacheKey() const OVERRIDE;
|
| virtual bool InSessionCache() const OVERRIDE;
|
| virtual void SetHandshakeCompletionCallback(
|
| const base::Closure& callback) OVERRIDE;
|
| @@ -110,8 +111,6 @@ class SSLClientSocketOpenSSL : public SSLClientSocket {
|
| void DoReadCallback(int result);
|
| void DoWriteCallback(int result);
|
|
|
| - // Compute a unique key string for the SSL session cache.
|
| - std::string GetSessionCacheKey() const;
|
| void OnHandshakeCompletion();
|
|
|
| bool DoTransportIO();
|
|
|