Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(71)

Unified Diff: net/quic/core/quic_packets.h

Issue 2846003002: Deprecate FLAGS_quic_reloadable_flag_quic_remove_packet_number_from_public_reset. (Closed)
Patch Set: remove the deprecated flag Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « net/quic/core/quic_framer_test.cc ('k') | net/quic/core/quic_packets.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/quic/core/quic_packets.h
diff --git a/net/quic/core/quic_packets.h b/net/quic/core/quic_packets.h
index 95bef7c254d9aa30fed0e0ba145dbe50a7e181c8..2707f69d45b44226b08c77ca79fffad9529ed589 100644
--- a/net/quic/core/quic_packets.h
+++ b/net/quic/core/quic_packets.h
@@ -96,9 +96,6 @@ struct QUIC_EXPORT_PRIVATE QuicPublicResetPacket {
QuicPacketPublicHeader public_header;
QuicPublicResetNonceProof nonce_proof;
- // TODO(fayang): remove rejected_packet_number when deprecating
- // FLAGS_quic_reloadable_flag_quic_remove_packet_number_from_public_reset.
- QuicPacketNumber rejected_packet_number;
QuicSocketAddress client_address;
};
« no previous file with comments | « net/quic/core/quic_framer_test.cc ('k') | net/quic/core/quic_packets.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698