| Index: webrtc/call/rampup_tests.h
|
| diff --git a/webrtc/call/rampup_tests.h b/webrtc/call/rampup_tests.h
|
| index dcf7706ed95675f356ce2e51ed1db2791e71dc18..f03b926460d870eeb4fa4a6fa38257cced257c37 100644
|
| --- a/webrtc/call/rampup_tests.h
|
| +++ b/webrtc/call/rampup_tests.h
|
| @@ -118,15 +118,12 @@ class RampUpDownUpTester : public RampUpTester {
|
| bool PollStats() override;
|
|
|
| private:
|
| - static const int kHighBandwidthLimitBps = 80000;
|
| - static const int kExpectedHighBitrateBps = 60000;
|
| - static const int kLowBandwidthLimitBps = 20000;
|
| - static const int kExpectedLowBitrateBps = 20000;
|
| enum TestStates { kFirstRampup, kLowRate, kSecondRampup };
|
|
|
| Call::Config GetReceiverCallConfig() override;
|
|
|
| std::string GetModifierString() const;
|
| + int GetExpectedHighBitrate() const;
|
| void EvolveTestState(int bitrate_bps, bool suspended);
|
|
|
| TestStates test_state_;
|
|
|