| Index: net/socket/websocket_endpoint_lock_manager_unittest.cc
|
| diff --git a/net/socket/websocket_endpoint_lock_manager_unittest.cc b/net/socket/websocket_endpoint_lock_manager_unittest.cc
|
| index dbe8494f4f88baaf304d4b9a4e1c933b629e92a3..29fc067b73344f926dab94df7a4f88dbb31c346e 100644
|
| --- a/net/socket/websocket_endpoint_lock_manager_unittest.cc
|
| +++ b/net/socket/websocket_endpoint_lock_manager_unittest.cc
|
| @@ -54,6 +54,14 @@ class FakeStreamSocket : public StreamSocket {
|
|
|
| bool GetSSLInfo(SSLInfo* ssl_info) override { return false; }
|
|
|
| + void GetConnectionAttempts(ConnectionAttempts* out) const override {
|
| + out->clear();
|
| + }
|
| +
|
| + void ClearConnectionAttempts() override {}
|
| +
|
| + void AddConnectionAttempts(const ConnectionAttempts& attempts) override {}
|
| +
|
| // Socket implementation
|
| int Read(IOBuffer* buf,
|
| int buf_len,
|
|
|