| 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..6bd1cbe940881f7746547bb25f5b6407fa440862 100644
|
| --- a/remoting/protocol/fake_stream_socket.h
|
| +++ b/remoting/protocol/fake_stream_socket.h
|
| @@ -93,6 +93,10 @@ class FakeStreamSocket : public net::StreamSocket {
|
| bool WasNpnNegotiated() const override;
|
| net::NextProto GetNegotiatedProtocol() const override;
|
| bool GetSSLInfo(net::SSLInfo* ssl_info) override;
|
| + void GetConnectionAttempts(net::ConnectionAttempts* out) const override;
|
| + void ClearConnectionAttempts() override {}
|
| + void AddConnectionAttempts(const net::ConnectionAttempts& attempts) override {
|
| + }
|
|
|
| private:
|
| void DoAsyncWrite(scoped_refptr<net::IOBuffer> buf, int buf_len,
|
|
|