| Index: net/quic/core/quic_crypto_server_stream.h
|
| diff --git a/net/quic/core/quic_crypto_server_stream.h b/net/quic/core/quic_crypto_server_stream.h
|
| index dba65b38c20b310859c68f6fbdfb05fd26489d22..aadc4aebd91706781e262ae1dcbc3ece36464ec9 100644
|
| --- a/net/quic/core/quic_crypto_server_stream.h
|
| +++ b/net/quic/core/quic_crypto_server_stream.h
|
| @@ -189,7 +189,8 @@ class NET_EXPORT_PRIVATE QuicCryptoServerStream
|
| QuicErrorCode error,
|
| const std::string& error_details,
|
| std::unique_ptr<CryptoHandshakeMessage> reply,
|
| - std::unique_ptr<DiversificationNonce> diversification_nonce);
|
| + std::unique_ptr<DiversificationNonce> diversification_nonce,
|
| + std::unique_ptr<ProofSource::Details> proof_source_details);
|
|
|
| // Invoked by SendServerConfigUpdateCallback::RunImpl once the proof has been
|
| // received. |ok| indicates whether or not the proof was successfully
|
|
|