Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(111)

Unified Diff: net/socket/ssl_client_socket_openssl.h

Issue 384873002: This CL changes the lifespan of SSLConnectJobMessengers so that they are created only when needed, (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@useloop
Patch Set: Removed FormatSessionCacheKey function. Created 6 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 f53f017e9ae280e6eb2b3437d1a170337b35d18f..036ecdf35d1e957357c046a358fe3a1068e3491c 100644
--- a/net/socket/ssl_client_socket_openssl.h
+++ b/net/socket/ssl_client_socket_openssl.h
@@ -55,9 +55,9 @@ class SSLClientSocketOpenSSL : public SSLClientSocket {
const std::string& ssl_session_cache_shard() const {
return ssl_session_cache_shard_;
}
- std::string GetSessionCacheKey() const;
// SSLClientSocket implementation.
+ virtual std::string GetSessionCacheKey() const;
virtual bool InSessionCache() const OVERRIDE;
virtual void WatchSessionForCompletion(
const base::Closure& callback) OVERRIDE;

Powered by Google App Engine
This is Rietveld 408576698