| Index: net/socket/socket_test_util.h
|
| diff --git a/net/socket/socket_test_util.h b/net/socket/socket_test_util.h
|
| index aa5ef1c762a88c32504b4aa503583b79d03a5dfd..4bff2d4999036342a417b41be7aae746cad3fe2d 100644
|
| --- a/net/socket/socket_test_util.h
|
| +++ b/net/socket/socket_test_util.h
|
| @@ -704,6 +704,7 @@ class MockClientSocket : public SSLClientSocket {
|
| virtual void SetOmniboxSpeculation() OVERRIDE {}
|
|
|
| // SSLClientSocket implementation.
|
| + virtual std::string GetSessionCacheKey() const OVERRIDE;
|
| virtual bool InSessionCache() const OVERRIDE;
|
| virtual void WatchSessionForCompletion(const base::Closure& cb) OVERRIDE;
|
| virtual void SetSocketFailureCallback(const base::Closure& cb) OVERRIDE;
|
|
|