| Index: remoting/protocol/pepper_transport_socket_adapter.h
|
| diff --git a/remoting/protocol/pepper_transport_socket_adapter.h b/remoting/protocol/pepper_transport_socket_adapter.h
|
| index 5888268253347d1a07810556af7efe5db6546de9..d4620d9823b7cac6adfaf785a12bd99c20e78c5a 100644
|
| --- a/remoting/protocol/pepper_transport_socket_adapter.h
|
| +++ b/remoting/protocol/pepper_transport_socket_adapter.h
|
| @@ -70,6 +70,7 @@ class PepperTransportSocketAdapter : public base::NonThreadSafe,
|
| virtual bool UsingTCPFastOpen() const OVERRIDE;
|
| virtual int64 NumBytesRead() const OVERRIDE;
|
| virtual base::TimeDelta GetConnectTimeMicros() const OVERRIDE;
|
| + virtual net::NextProto GetNegotiatedProtocol() const OVERRIDE;
|
|
|
| private:
|
| // Callbacks for PPAPI calls.
|
|
|