Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(948)

Unified Diff: webrtc/modules/bitrate_controller/bitrate_controller_unittest.cc

Issue 2414913002: Fix experiment name in BitrateControllerTest. (Closed)
Patch Set: Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/modules/bitrate_controller/bitrate_controller_unittest.cc
diff --git a/webrtc/modules/bitrate_controller/bitrate_controller_unittest.cc b/webrtc/modules/bitrate_controller/bitrate_controller_unittest.cc
index 6f269a4e8c6d298e6f0a3d4116425aef872710b4..0e080eedf4938c0c43e4b10cbbcaf6542c61d19d 100644
--- a/webrtc/modules/bitrate_controller/bitrate_controller_unittest.cc
+++ b/webrtc/modules/bitrate_controller/bitrate_controller_unittest.cc
@@ -412,7 +412,7 @@ TEST_F(BitrateControllerTest, SetReservedBitrate) {
TEST_F(BitrateControllerTest, TimeoutsWithoutFeedback) {
{
webrtc::test::ScopedFieldTrials override_field_trials(
- "WebRTC-SendSideBwe/Enabled/");
+ "WebRTC-FeedbackTimeout/Enabled/");
SetUp();
int expected_bitrate_bps = 300000;
controller_->SetBitrates(300000, kDefaultMinBitrateBps,
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698