| Index: jingle/glue/pseudotcp_adapter.h
|
| ===================================================================
|
| --- jingle/glue/pseudotcp_adapter.h (revision 86260)
|
| +++ jingle/glue/pseudotcp_adapter.h (working copy)
|
| @@ -46,6 +46,8 @@
|
| virtual void SetOmniboxSpeculation() OVERRIDE;
|
| virtual bool WasEverUsed() const OVERRIDE;
|
| virtual bool UsingTCPFastOpen() const OVERRIDE;
|
| + virtual int NumBytesRead() const OVERRIDE;
|
| + virtual double GetRTTInMs() const;
|
|
|
| // cricket::IPseudoTcpNotify implementation.
|
| virtual void OnTcpOpen(cricket::PseudoTcp* tcp) OVERRIDE;
|
|
|