| 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 692a7131de6a3806cfa32338ce65a65a21be5661..09d9bd8809557001a0cf1e04f44785507ef37c02 100644
|
| --- a/net/quic/quic_crypto_server_stream.h
|
| +++ b/net/quic/quic_crypto_server_stream.h
|
| @@ -72,11 +72,8 @@ class NET_EXPORT_PRIVATE QuicCryptoServerStream : public QuicCryptoStream {
|
| }
|
|
|
| // Sends the latest server config and source-address token to the client.
|
| - // |on_handshake_complete| is true when this is called immediately after
|
| - // handshake completes, and should be false for subsequent updates.
|
| virtual void SendServerConfigUpdate(
|
| - const CachedNetworkParameters* cached_network_params,
|
| - bool on_handshake_complete);
|
| + const CachedNetworkParameters* cached_network_params);
|
|
|
| // Called by the ServerHello AckNotifier once the SHLO has been ACKed by the
|
| // client.
|
|
|