| Index: remoting/protocol/fake_stream_socket.h
|
| diff --git a/remoting/protocol/fake_stream_socket.h b/remoting/protocol/fake_stream_socket.h
|
| index ac20e3860d776a660a1308c2c65f60fb3858fee5..373c993847b9174c6359cc01785ae7b416754b20 100644
|
| --- a/remoting/protocol/fake_stream_socket.h
|
| +++ b/remoting/protocol/fake_stream_socket.h
|
| @@ -93,6 +93,9 @@ class FakeStreamSocket : public net::StreamSocket {
|
| bool WasNpnNegotiated() const override;
|
| net::NextProto GetNegotiatedProtocol() const override;
|
| bool GetSSLInfo(net::SSLInfo* ssl_info) override;
|
| + void GetConnectionAttempts(ConnectionAttempts* out) const override;
|
| + void ClearConnectionAttempts() override {}
|
| + void AddConnectionAttempts(const ConnectionAttempts& attempts) override {}
|
|
|
| private:
|
| void DoAsyncWrite(scoped_refptr<net::IOBuffer> buf, int buf_len,
|
|
|