Index: jingle/notifier/base/proxy_resolving_client_socket.h |
diff --git a/jingle/notifier/base/proxy_resolving_client_socket.h b/jingle/notifier/base/proxy_resolving_client_socket.h |
index 0a0aebf4dbc68e2ac462e5a6a9920398480ceb48..711fd378701d8358ede8bd6f92e1e749b9d2eca8 100644 |
--- a/jingle/notifier/base/proxy_resolving_client_socket.h |
+++ b/jingle/notifier/base/proxy_resolving_client_socket.h |
@@ -67,7 +67,9 @@ class ProxyResolvingClientSocket : 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: |
// Proxy resolution and connection functions. |