| Index: jingle/glue/pseudotcp_adapter.h
|
| diff --git a/jingle/glue/pseudotcp_adapter.h b/jingle/glue/pseudotcp_adapter.h
|
| index 91811e93c6351a8d4bde6199893f1f3d67bccd40..c612fe993445cb88a74d38f26212db34f68f64b8 100644
|
| --- a/jingle/glue/pseudotcp_adapter.h
|
| +++ b/jingle/glue/pseudotcp_adapter.h
|
| @@ -51,6 +51,7 @@ class PseudoTcpAdapter : public net::StreamSocket, base::NonThreadSafe {
|
| virtual bool UsingTCPFastOpen() const OVERRIDE;
|
| virtual int64 NumBytesRead() const OVERRIDE;
|
| virtual base::TimeDelta GetConnectTimeMicros() const OVERRIDE;
|
| + virtual net::NextProto GetNegotiatedProtocol() const OVERRIDE;
|
|
|
| // Set the delay for sending ACK.
|
| void SetAckDelay(int delay_ms);
|
|
|