| Index: net/quic/test_tools/mock_crypto_client_stream.h
|
| diff --git a/net/quic/test_tools/mock_crypto_client_stream.h b/net/quic/test_tools/mock_crypto_client_stream.h
|
| index 7c8b9fb109998f7f0f3474b0730883c76819e132..c89df1dc86ad992dea89ec2229225caf7429ff7c 100644
|
| --- a/net/quic/test_tools/mock_crypto_client_stream.h
|
| +++ b/net/quic/test_tools/mock_crypto_client_stream.h
|
| @@ -35,6 +35,11 @@ class MockCryptoClientStream : public QuicCryptoClientStream {
|
| // COLD_START indicates that CryptoConnect will neither establish encryption
|
| // nor confirm the handshake
|
| COLD_START,
|
| +
|
| + // USE_DEFAULT_CRYPTO_STREAM indicates that MockCryptoClientStreamFactory
|
| + // will create a QuicCryptoClientStream instead of a
|
| + // MockCryptoClientStream.
|
| + USE_DEFAULT_CRYPTO_STREAM,
|
| };
|
|
|
| MockCryptoClientStream(
|
|
|