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

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

Issue 2508933004: Removing unused shared_writer() method in quic_per_connection_packet_writer.h (Closed)
Patch Set: Created 4 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/tools/quic/quic_per_connection_packet_writer.h
diff --git a/net/tools/quic/quic_per_connection_packet_writer.h b/net/tools/quic/quic_per_connection_packet_writer.h
index cc48b635e1476bf3a898c12fd7c7717b1512cdc7..4c7df43f8f0cc2c019fbfba32696c63de8839f04 100644
--- a/net/tools/quic/quic_per_connection_packet_writer.h
+++ b/net/tools/quic/quic_per_connection_packet_writer.h
@@ -20,8 +20,6 @@ class QuicPerConnectionPacketWriter : public QuicPacketWriter {
explicit QuicPerConnectionPacketWriter(QuicPacketWriter* shared_writer);
~QuicPerConnectionPacketWriter() override;
- QuicPacketWriter* shared_writer() const { return shared_writer_; }
-
// Default implementation of the QuicPacketWriter interface: Passes everything
// to |shared_writer_|.
WriteResult WritePacket(const char* buffer,
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698