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

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

Issue 2795853002: Merge internal change: 152000921 (Closed)
Patch Set: Created 3 years, 9 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/tools/quic/quic_packet_writer_wrapper.h
diff --git a/net/tools/quic/quic_packet_writer_wrapper.h b/net/tools/quic/quic_packet_writer_wrapper.h
index 50cc54736717ab986ae8e55e5495c9f660302251..72273181fcb7f16530f837fdbe39ae442c4b71ce 100644
--- a/net/tools/quic/quic_packet_writer_wrapper.h
+++ b/net/tools/quic/quic_packet_writer_wrapper.h
@@ -40,6 +40,8 @@ class QuicPacketWriterWrapper : public QuicPacketWriter {
virtual void set_peer_address(const QuicSocketAddress& peer_address) {}
+ QuicPacketWriter* writer() { return writer_.get(); }
+
private:
std::unique_ptr<QuicPacketWriter> writer_;
« 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