| Index: net/quic/test_tools/quic_connection_peer.cc
|
| diff --git a/net/quic/test_tools/quic_connection_peer.cc b/net/quic/test_tools/quic_connection_peer.cc
|
| index 9d7c83f0f548fac7d233f0d41f08965a06f25f2e..faac66afaf34f910382f72e118092d8f90b392fa 100644
|
| --- a/net/quic/test_tools/quic_connection_peer.cc
|
| +++ b/net/quic/test_tools/quic_connection_peer.cc
|
| @@ -54,6 +54,12 @@ QuicPacketCreator* QuicConnectionPeer::GetPacketCreator(
|
| }
|
|
|
| // static
|
| +QuicPacketGenerator* QuicConnectionPeer::GetPacketGenerator(
|
| + QuicConnection* connection) {
|
| + return &connection->packet_generator_;
|
| +}
|
| +
|
| +// static
|
| QuicSentPacketManager* QuicConnectionPeer::GetSentPacketManager(
|
| QuicConnection* connection) {
|
| return &connection->sent_packet_manager_;
|
|
|