Chromium Code Reviews| Index: jingle/glue/pseudotcp_adapter.h |
| =================================================================== |
| --- jingle/glue/pseudotcp_adapter.h (revision 90551) |
| +++ jingle/glue/pseudotcp_adapter.h (working copy) |
| @@ -49,6 +49,8 @@ |
| virtual void SetOmniboxSpeculation() OVERRIDE; |
| virtual bool WasEverUsed() const OVERRIDE; |
| virtual bool UsingTCPFastOpen() const OVERRIDE; |
| + virtual int64 NumBytesRead() const OVERRIDE; |
| + virtual base::TimeDelta GetConnectTimeMicros() const OVERRIDE; |
| private: |
| class Core; |