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

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

Issue 2403193003: Landing Recent QUIC changes until 9:41 AM, Oct 10, 2016 UTC-7 (Closed)
Patch Set: git cl format 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_client_promised_info_test.cc ('k') | net/quic/core/quic_connection.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/quic/core/quic_connection.h
diff --git a/net/quic/core/quic_connection.h b/net/quic/core/quic_connection.h
index 5143c05b05352507ec5aa539540a0ce322ef0c9f..d59f776e688acb4f293f13f966f578c6dde534c9 100644
--- a/net/quic/core/quic_connection.h
+++ b/net/quic/core/quic_connection.h
@@ -697,10 +697,6 @@ class NET_EXPORT_PRIVATE QuicConnection
return last_packet_source_address_;
}
- void set_largest_packet_size_supported(QuicByteCount size) {
- largest_packet_size_supported_ = size;
- }
-
protected:
// Calls cancel() on all the alarms owned by this connection.
void CancelAllAlarms();
@@ -1097,9 +1093,6 @@ class NET_EXPORT_PRIVATE QuicConnection
// The size of the largest packet received from peer.
QuicByteCount largest_received_packet_size_;
- // The maximum allowed packet size.
- QuicByteCount largest_packet_size_supported_;
-
// Whether a GoAway has been sent.
bool goaway_sent_;
« no previous file with comments | « net/quic/core/quic_client_promised_info_test.cc ('k') | net/quic/core/quic_connection.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698