Index: net/socket/tcp_client_socket_pool_unittest.cc |
=================================================================== |
--- net/socket/tcp_client_socket_pool_unittest.cc (revision 75806) |
+++ net/socket/tcp_client_socket_pool_unittest.cc (working copy) |
@@ -259,6 +259,8 @@ |
return NULL; |
} |
+ virtual void ClearSSLSessionCache() {} |
wtc
2011/02/24 22:49:37
Consider adding NOTIMPLEMENTED(). See the
CreateS
Ryan Hamilton
2011/02/24 23:38:35
Done.
|
+ |
int allocation_count() const { return allocation_count_; } |
// Set the default ClientSocketType. |