summaryrefslogtreecommitdiffstats
path: root/net/socket/tcp_client_socket_pool_unittest.cc
diff options
context:
space:
mode:
Diffstat (limited to 'net/socket/tcp_client_socket_pool_unittest.cc')
-rw-r--r--net/socket/tcp_client_socket_pool_unittest.cc4
1 files changed, 4 insertions, 0 deletions
diff --git a/net/socket/tcp_client_socket_pool_unittest.cc b/net/socket/tcp_client_socket_pool_unittest.cc
index bd1b8bd..307bd12 100644
--- a/net/socket/tcp_client_socket_pool_unittest.cc
+++ b/net/socket/tcp_client_socket_pool_unittest.cc
@@ -259,6 +259,10 @@ class MockClientSocketFactory : public ClientSocketFactory {
return NULL;
}
+ virtual void ClearSSLSessionCache() {
+ NOTIMPLEMENTED();
+ }
+
int allocation_count() const { return allocation_count_; }
// Set the default ClientSocketType.