Index: jingle/glue/fake_ssl_client_socket.h |
diff --git a/jingle/glue/fake_ssl_client_socket.h b/jingle/glue/fake_ssl_client_socket.h |
index bf951d6dc771cee0130fa0317ac98d40dd3b2f24..8f904298de1fff71215eda4e5f3dddbda601dab1 100644 |
--- a/jingle/glue/fake_ssl_client_socket.h |
+++ b/jingle/glue/fake_ssl_client_socket.h |
@@ -67,6 +67,10 @@ class FakeSSLClientSocket : 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: |
enum HandshakeState { |