Chromium Code Reviews| Index: remoting/protocol/channel_multiplexer.cc |
| =================================================================== |
| --- remoting/protocol/channel_multiplexer.cc (revision 190096) |
| +++ remoting/protocol/channel_multiplexer.cc (working copy) |
| @@ -164,14 +164,6 @@ |
| virtual bool UsingTCPFastOpen() const OVERRIDE { |
| return false; |
| } |
| - virtual int64 NumBytesRead() const OVERRIDE { |
| - NOTIMPLEMENTED(); |
| - return 0; |
| - } |
| - virtual base::TimeDelta GetConnectTimeMicros() const OVERRIDE { |
| - NOTIMPLEMENTED(); |
| - return base::TimeDelta(); |
| - } |
| virtual bool WasNpnNegotiated() const OVERRIDE { |
| return false; |
| } |