| 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 5bd6370d9777f51c61981c969cc382d79048f706..43c43745e5694a20f3529bc44d60ebb09441a7a4 100644
|
| --- a/net/quic/test_tools/quic_connection_peer.cc
|
| +++ b/net/quic/test_tools/quic_connection_peer.cc
|
| @@ -73,6 +73,12 @@ QuicTime::Delta QuicConnectionPeer::GetNetworkTimeout(
|
| }
|
|
|
| // static
|
| +QuicSentEntropyManager* QuicConnectionPeer::GetSentEntropyManager(
|
| + QuicConnection* connection) {
|
| + return &connection->sent_entropy_manager_;
|
| +}
|
| +
|
| +// static
|
| // TODO(ianswett): Create a GetSentEntropyHash which accepts an AckFrame.
|
| QuicPacketEntropyHash QuicConnectionPeer::GetSentEntropyHash(
|
| QuicConnection* connection,
|
|
|