| Index: net/quic/quic_flags.h
|
| diff --git a/net/quic/quic_flags.h b/net/quic/quic_flags.h
|
| index 5bf3791ea54f9386d4d3e50db8b129b37775c6fb..8c5f04b6de6a93997d203201868e791e6c2e74e8 100644
|
| --- a/net/quic/quic_flags.h
|
| +++ b/net/quic/quic_flags.h
|
| @@ -54,5 +54,6 @@ NET_EXPORT_PRIVATE extern bool FLAGS_quic_crypto_proof_use_ref;
|
| NET_EXPORT_PRIVATE extern bool FLAGS_quic_different_max_num_open_streams;
|
| NET_EXPORT_PRIVATE extern bool
|
| FLAGS_quic_crypto_server_config_default_has_chacha20;
|
| +NET_EXPORT_PRIVATE extern bool FLAGS_check_peer_address_change_after_decryption;
|
|
|
| #endif // NET_QUIC_QUIC_FLAGS_H_
|
|
|