| 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 c89d77b6a4e60154c4e95ede1c2adb11aa875149..41109113899f1754f1061872b8f3971ab340ff13 100644
|
| --- a/jingle/notifier/base/proxy_resolving_client_socket.h
|
| +++ b/jingle/notifier/base/proxy_resolving_client_socket.h
|
| @@ -65,6 +65,7 @@ class ProxyResolvingClientSocket : public net::StreamSocket {
|
| virtual bool UsingTCPFastOpen() const OVERRIDE;
|
| virtual int64 NumBytesRead() const OVERRIDE;
|
| virtual base::TimeDelta GetConnectTimeMicros() const OVERRIDE;
|
| + virtual net::NextProto GetNegotiatedProtocol() const OVERRIDE;
|
|
|
| private:
|
| // Proxy resolution and connection functions.
|
|
|