Index: remoting/jingle_glue/ssl_socket_adapter.h |
diff --git a/remoting/jingle_glue/ssl_socket_adapter.h b/remoting/jingle_glue/ssl_socket_adapter.h |
index 9d32911bba66b9e32dd60a10d9ea277a60203178..50a742df78402eafd121b6dd08a4f773cf98eef6 100644 |
--- a/remoting/jingle_glue/ssl_socket_adapter.h |
+++ b/remoting/jingle_glue/ssl_socket_adapter.h |
@@ -53,7 +53,9 @@ class TransportSocket : public net::StreamSocket, public sigslot::has_slots<> { |
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; |
// net::Socket implementation. |
virtual int Read(net::IOBuffer* buf, int buf_len, |