| 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 0944a0bc42e0105f672fef59f3b28d908d00e5b3..e2426ecdab98dcc850d0c0dcee3fdf234a59c100 100644
|
| --- a/jingle/notifier/base/proxy_resolving_client_socket.h
|
| +++ b/jingle/notifier/base/proxy_resolving_client_socket.h
|
| @@ -66,7 +66,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) OVERRIDE;
|
|
|
| private:
|
| // Proxy resolution and connection functions.
|
|
|