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

Unified Diff: net/tools/quic/test_tools/packet_dropping_test_writer.h

Issue 1422563005: Remove unused method OnPacketSent from QuicPacketDroppingTestWriter::Delegate. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@106458891
Patch Set: Created 5 years, 1 month 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 | « net/tools/quic/end_to_end_test.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/tools/quic/test_tools/packet_dropping_test_writer.h
diff --git a/net/tools/quic/test_tools/packet_dropping_test_writer.h b/net/tools/quic/test_tools/packet_dropping_test_writer.h
index 0082f8e2d876cb88d6a991f39dfa36a69382f4cb..9a95bd85d1af99758f20cb88165bcc8dd8df91c0 100644
--- a/net/tools/quic/test_tools/packet_dropping_test_writer.h
+++ b/net/tools/quic/test_tools/packet_dropping_test_writer.h
@@ -30,7 +30,6 @@ class PacketDroppingTestWriter : public QuicPacketWriterWrapper {
class Delegate {
public:
virtual ~Delegate() {}
- virtual void OnPacketSent(WriteResult result) = 0;
virtual void OnCanWrite() = 0;
};
« no previous file with comments | « net/tools/quic/end_to_end_test.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698