| Index: net/quic/quic_crypto_client_stream.h
|
| diff --git a/net/quic/quic_crypto_client_stream.h b/net/quic/quic_crypto_client_stream.h
|
| index 75913d1edd1363d5b5dc69337a7aee61ebe20091..cd4811812f5f6df4da13e97fced0bc45bed75d24 100644
|
| --- a/net/quic/quic_crypto_client_stream.h
|
| +++ b/net/quic/quic_crypto_client_stream.h
|
| @@ -67,6 +67,8 @@ class NET_EXPORT_PRIVATE QuicCryptoClientStream
|
| virtual void OnProofValid(
|
| const QuicCryptoClientConfig::CachedState& cached) = 0;
|
|
|
| + virtual void OnChannelValid() = 0;
|
| +
|
| // Called when proof verification details become available, either because
|
| // proof verification is complete, or when cached details are used. This
|
| // will only be called for secure QUIC connections.
|
|
|