Index: net/http/http_network_session.h |
diff --git a/net/http/http_network_session.h b/net/http/http_network_session.h |
index e46ffc9465539712d61d71f07c4871f1954d5ced..ab54cee0ee3651aee956354c9f3c45d5c4869089 100644 |
--- a/net/http/http_network_session.h |
+++ b/net/http/http_network_session.h |
@@ -120,6 +120,8 @@ class NET_EXPORT HttpNetworkSession |
bool quic_enable_connection_racing; |
bool quic_enable_non_blocking_io; |
bool quic_disable_disk_cache; |
+ int quic_max_number_of_lossy_connections; |
+ float quic_packet_loss_threshold; |
int quic_socket_receive_buffer_size; |
HostPortPair origin_to_force_quic_on; |
QuicClock* quic_clock; // Will be owned by QuicStreamFactory. |