diff options
Diffstat (limited to 'jingle/notifier/base/fake_ssl_client_socket.h')
-rw-r--r-- | jingle/notifier/base/fake_ssl_client_socket.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/jingle/notifier/base/fake_ssl_client_socket.h b/jingle/notifier/base/fake_ssl_client_socket.h index f7dc215..b9df8a6 100644 --- a/jingle/notifier/base/fake_ssl_client_socket.h +++ b/jingle/notifier/base/fake_ssl_client_socket.h @@ -29,6 +29,7 @@ namespace net { class DrainableIOBuffer; +class SSLInfo; } // namespace net namespace notifier { @@ -64,7 +65,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) OVERRIDE; private: enum HandshakeState { |