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

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

Issue 2430973004: Landing Recent QUIC changes until 10:38 AM, Oct 17, 2016 UTC-4 (Closed)
Patch Set: Improving flagsaver logging Created 4 years, 2 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_flags_list.h ('k') | net/quic/core/quic_framer.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/quic/core/quic_framer.h
diff --git a/net/quic/core/quic_framer.h b/net/quic/core/quic_framer.h
index 151d8db07e7789a1da7cd3cfd6e71b2c15628138..915fdd58ccab45909ec6be99f55db5adfa0892f0 100644
--- a/net/quic/core/quic_framer.h
+++ b/net/quic/core/quic_framer.h
@@ -566,11 +566,6 @@ class NET_EXPORT_PRIVATE QuicFramer {
// TODO(fayang): this set is never cleaned up. A possible improvement is to
// use intervals.
std::unordered_set<QuicPathId> closed_paths_;
- // Map mapping path id to packet number of last successfully decrypted
- // received packet.
- // TODO(ianswett): Remove when
- // gfe2_reloadable_flag_quic_packet_numbers_largest_received is deprecated.
- std::unordered_map<QuicPathId, QuicPacketNumber> last_packet_numbers_;
// Updated by ProcessPacketHeader when it succeeds.
QuicPacketNumber last_packet_number_;
// Map mapping path id to packet number of largest successfully decrypted
« no previous file with comments | « net/quic/core/quic_flags_list.h ('k') | net/quic/core/quic_framer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698