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..46b6ad0772d91c8ecfc57652dfbc33c665503ff0 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_number_of_lossy_handshakes; |
+ int quic_packet_loss_threshold; |
int quic_socket_receive_buffer_size; |
HostPortPair origin_to_force_quic_on; |
QuicClock* quic_clock; // Will be owned by QuicStreamFactory. |