Index: net/quic/core/quic_framer.cc |
diff --git a/net/quic/core/quic_framer.cc b/net/quic/core/quic_framer.cc |
index 553d52c0068858332789b225adabb125ab298180..b08c020f6b256ba3c20f11aaf139a7231efcc02c 100644 |
--- a/net/quic/core/quic_framer.cc |
+++ b/net/quic/core/quic_framer.cc |
@@ -411,9 +411,6 @@ std::unique_ptr<QuicEncryptedPacket> QuicFramer::BuildPublicResetPacket( |
CryptoHandshakeMessage reset; |
reset.set_tag(kPRST); |
reset.SetValue(kRNON, packet.nonce_proof); |
- if (!FLAGS_quic_reloadable_flag_quic_remove_packet_number_from_public_reset) { |
- reset.SetValue(kRSEQ, packet.rejected_packet_number); |
- } |
if (packet.client_address.host().address_family() != |
IpAddressFamily::IP_UNSPEC) { |
// packet.client_address is non-empty. |