Chromium Code Reviews| Index: remoting/protocol/fake_session.cc | 
| =================================================================== | 
| --- remoting/protocol/fake_session.cc (revision 190096) | 
| +++ remoting/protocol/fake_session.cc (working copy) | 
| @@ -196,16 +196,6 @@ | 
| return true; | 
| } | 
| -int64 FakeSocket::NumBytesRead() const { | 
| - NOTIMPLEMENTED(); | 
| - return 0; | 
| -} | 
| - | 
| -base::TimeDelta FakeSocket::GetConnectTimeMicros() const { | 
| - NOTIMPLEMENTED(); | 
| - return base::TimeDelta(); | 
| -} | 
| - | 
| bool FakeSocket::WasNpnNegotiated() const { | 
| return false; | 
| } |