| Index: webrtc/modules/remote_bitrate_estimator/test/estimators/congestion_window.h
|
| diff --git a/webrtc/modules/remote_bitrate_estimator/test/estimators/congestion_window.h b/webrtc/modules/remote_bitrate_estimator/test/estimators/congestion_window.h
|
| index b9b2300d1934c55b80db60234aa97172fe070362..105a748d63e8a857a0d3e6a629e9212b1c3aa57c 100644
|
| --- a/webrtc/modules/remote_bitrate_estimator/test/estimators/congestion_window.h
|
| +++ b/webrtc/modules/remote_bitrate_estimator/test/estimators/congestion_window.h
|
| @@ -21,10 +21,6 @@ namespace testing {
|
| namespace bwe {
|
| class CongestionWindow {
|
| public:
|
| - // Size of congestion window while in PROBE_RTT mode, suggested by BBR's
|
| - // source code of QUIC's implementation.
|
| - static const int kMinimumCongestionWindowBytes = 4000;
|
| -
|
| CongestionWindow();
|
| ~CongestionWindow();
|
| int GetCongestionWindow(BbrBweSender::Mode mode,
|
|
|