| Index: jingle/glue/pseudotcp_adapter.h
|
| ===================================================================
|
| --- jingle/glue/pseudotcp_adapter.h (revision 190096)
|
| +++ jingle/glue/pseudotcp_adapter.h (working copy)
|
| @@ -49,8 +49,6 @@
|
| 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;
|
| virtual bool WasNpnNegotiated() const OVERRIDE;
|
| virtual net::NextProto GetNegotiatedProtocol() const OVERRIDE;
|
| virtual bool GetSSLInfo(net::SSLInfo* ssl_info) OVERRIDE;
|
|
|