Index: jingle/notifier/base/fake_ssl_client_socket.h |
diff --git a/jingle/notifier/base/fake_ssl_client_socket.h b/jingle/notifier/base/fake_ssl_client_socket.h |
index 7705a99484402e6410c3fe2b8a35c69ec00b64cc..be8b8301dc3567b4c5d700566532c44e98a5ab37 100644 |
--- a/jingle/notifier/base/fake_ssl_client_socket.h |
+++ b/jingle/notifier/base/fake_ssl_client_socket.h |
@@ -30,6 +30,7 @@ |
namespace net { |
class DrainableIOBuffer; |
+class SSLInfo; |
} // namespace net |
namespace notifier { |
@@ -65,7 +66,9 @@ class FakeSSLClientSocket : public net::StreamSocket { |
virtual bool UsingTCPFastOpen() const OVERRIDE; |
virtual int64 NumBytesRead() const OVERRIDE; |
virtual base::TimeDelta GetConnectTimeMicros() const OVERRIDE; |
+ virtual bool WasNpnNegotiated() const OVERRIDE; |
virtual net::NextProto GetNegotiatedProtocol() const OVERRIDE; |
+ virtual bool GetSSLInfo(net::SSLInfo* ssl_info) const OVERRIDE; |
private: |
enum HandshakeState { |