| Index: net/tools/quic/test_tools/quic_test_utils.h
|
| diff --git a/net/tools/quic/test_tools/quic_test_utils.h b/net/tools/quic/test_tools/quic_test_utils.h
|
| index 3ea1283573344552e32d87428ed2f03d19b8cd2a..52b74c1a863e66aee1951554a7231939fa339ef2 100644
|
| --- a/net/tools/quic/test_tools/quic_test_utils.h
|
| +++ b/net/tools/quic/test_tools/quic_test_utils.h
|
| @@ -24,6 +24,12 @@ class IPEndPoint;
|
| namespace tools {
|
| namespace test {
|
|
|
| +// Upper limit on versions we support.
|
| +QuicVersion QuicVersionMax();
|
| +
|
| +// Lower limit on versions we support.
|
| +QuicVersion QuicVersionMin();
|
| +
|
| // Simple random number generator used to compute random numbers suitable
|
| // for pseudo-randomly dropping packets in tests. It works by computing
|
| // the sha1 hash of the current seed, and using the first 64 bits as
|
|
|