Internal QUICHE change

PiperOrigin-RevId: 278896047
Change-Id: I0b9f74930e2fd6a50a5a15ba5ddb1227be5f2a89
diff --git a/quic/core/quic_connection.h b/quic/core/quic_connection.h
index d858e3a..b5cf6fb 100644
--- a/quic/core/quic_connection.h
+++ b/quic/core/quic_connection.h
@@ -362,6 +362,8 @@
 
   // Allows the client to adjust network parameters based on external
   // information.
+  void AdjustNetworkParameters(
+      const SendAlgorithmInterface::NetworkParams& params);
   void AdjustNetworkParameters(QuicBandwidth bandwidth,
                                QuicTime::Delta rtt,
                                bool allow_cwnd_to_decrease);