| Index: net/socket/socket_test_util.cc
|
| ===================================================================
|
| --- net/socket/socket_test_util.cc (revision 75806)
|
| +++ net/socket/socket_test_util.cc (working copy)
|
| @@ -604,6 +604,9 @@
|
| return socket;
|
| }
|
|
|
| +void MockClientSocketFactory::ClearSSLSessionCache() {
|
| +}
|
| +
|
| MockClientSocket::MockClientSocket(net::NetLog* net_log)
|
| : ALLOW_THIS_IN_INITIALIZER_LIST(method_factory_(this)),
|
| connected_(false),
|
| @@ -1304,6 +1307,9 @@
|
| return socket;
|
| }
|
|
|
| +void DeterministicMockClientSocketFactory::ClearSSLSessionCache() {
|
| +}
|
| +
|
| MockSOCKSClientSocketPool::MockSOCKSClientSocketPool(
|
| int max_sockets,
|
| int max_sockets_per_group,
|
|
|