| 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 6e0fe72118e2cb79fbf58c5211ba203bab3d8dea..8af1f4545abdd050a27b0aa7224ea452ef17370a 100644
|
| --- a/net/tools/quic/test_tools/quic_test_utils.h
|
| +++ b/net/tools/quic/test_tools/quic_test_utils.h
|
| @@ -31,6 +31,10 @@ class MockConnection : public QuicConnection {
|
| QuicConnectionHelperInterface* helper, bool is_server);
|
| virtual ~MockConnection();
|
|
|
| + // If the constructor that uses a MockHelper has been used then this method
|
| + // will advance the time of the MockClock.
|
| + void AdvanceTime(QuicTime::Delta delta);
|
| +
|
| MOCK_METHOD3(ProcessUdpPacket, void(const IPEndPoint& self_address,
|
| const IPEndPoint& peer_address,
|
| const QuicEncryptedPacket& packet));
|
|
|