| Index: net/tools/quic/quic_client.h
|
| diff --git a/net/tools/quic/quic_client.h b/net/tools/quic/quic_client.h
|
| index 5dff8cfe5055ffd92561ebf6ce7ceaf14cd47840..0aae2a1fdfe60fdaf759cd73a7622f8975b406fd 100644
|
| --- a/net/tools/quic/quic_client.h
|
| +++ b/net/tools/quic/quic_client.h
|
| @@ -197,11 +197,6 @@ class QuicClient : public QuicClientBase,
|
| virtual QuicPacketWriter* CreateQuicPacketWriter();
|
| virtual QuicPacketReader* CreateQuicPacketReader();
|
|
|
| - virtual int ReadPacket(char* buffer,
|
| - int buffer_len,
|
| - IPEndPoint* server_address,
|
| - IPAddress* client_ip);
|
| -
|
| // If |fd| is an open UDP socket, unregister and close it. Otherwise, do
|
| // nothing.
|
| virtual void CleanUpUDPSocket(int fd);
|
|
|