Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(765)

Unified Diff: net/tools/quic/quic_client.h

Issue 1750303003: Remove unnecessary ReadPacket method. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@115244730
Patch Set: revert to Patch Set 1 Created 4 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | net/tools/quic/quic_client.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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);
« no previous file with comments | « no previous file | net/tools/quic/quic_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698