Chromium Code Reviews| Index: net/spdy/spdy_proxy_client_socket.cc |
| =================================================================== |
| --- net/spdy/spdy_proxy_client_socket.cc (revision 190096) |
| +++ net/spdy/spdy_proxy_client_socket.cc (working copy) |
| @@ -173,14 +173,6 @@ |
| return false; |
| } |
| -int64 SpdyProxyClientSocket::NumBytesRead() const { |
| - return -1; |
| -} |
| - |
| -base::TimeDelta SpdyProxyClientSocket::GetConnectTimeMicros() const { |
| - return base::TimeDelta::FromMicroseconds(-1); |
| -} |
| - |
| bool SpdyProxyClientSocket::WasNpnNegotiated() const { |
| return false; |
| } |