Index: net/quic/congestion_control/send_algorithm_interface.h |
diff --git a/net/quic/congestion_control/send_algorithm_interface.h b/net/quic/congestion_control/send_algorithm_interface.h |
index 0154c7e3d1d31f8f5ed36f0dbdd99d9d0c7f3b1d..0fbefecc180c825bdf960ba414e5b58a71fa0841 100644 |
--- a/net/quic/congestion_control/send_algorithm_interface.h |
+++ b/net/quic/congestion_control/send_algorithm_interface.h |
@@ -39,8 +39,9 @@ class NET_EXPORT_PRIVATE SendAlgorithmInterface { |
virtual ~SendAlgorithmInterface() {} |
- virtual void SetFromConfig( |
- const QuicConfig& config, bool is_server, bool using_pacing) = 0; |
+ virtual void SetFromConfig(const QuicConfig& config, |
+ Perspective perspective, |
+ bool using_pacing) = 0; |
// Sets the number of connections to emulate when doing congestion control, |
// particularly for congestion avoidance. Can be set any time. |