| Index: net/quic/test_tools/crypto_test_utils.cc
|
| diff --git a/net/quic/test_tools/crypto_test_utils.cc b/net/quic/test_tools/crypto_test_utils.cc
|
| index da8e31bc82c379969b5c8575bf3412792b0bdb6f..77d3388c3ff84a4f64aa9a8115e7ce3785f59ad4 100644
|
| --- a/net/quic/test_tools/crypto_test_utils.cc
|
| +++ b/net/quic/test_tools/crypto_test_utils.cc
|
| @@ -334,6 +334,7 @@ int CryptoTestUtils::HandshakeWithFakeClient(
|
|
|
| EXPECT_CALL(client_session, OnProofValid(testing::_))
|
| .Times(testing::AnyNumber());
|
| + EXPECT_CALL(client_session, OnChannelValid()).Times(testing::AnyNumber());
|
| client_session.GetCryptoStream()->CryptoConnect();
|
| CHECK_EQ(1u, client_conn->encrypted_packets_.size());
|
|
|
|
|