Index: net/quic/quic_crypto_server_stream.h |
diff --git a/net/quic/quic_crypto_server_stream.h b/net/quic/quic_crypto_server_stream.h |
index f85a9f4b5e8e28ca6b257cc3bcbd25651514924b..9cf85caebacbe1202131edddb6392bcee206ee56 100644 |
--- a/net/quic/quic_crypto_server_stream.h |
+++ b/net/quic/quic_crypto_server_stream.h |
@@ -121,6 +121,7 @@ class NET_EXPORT_PRIVATE QuicCryptoServerStream |
const CryptoHandshakeMessage& message, |
const ValidateClientHelloResultCallback::Result& result, |
CryptoHandshakeMessage* reply, |
+ DiversificationNonce* out_diversification_nonce, |
std::string* error_details); |
// Hook that allows the server to set QuicConfig defaults just |