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

Unified Diff: webrtc/audio/test/low_bandwidth_audio_test.h

Issue 2931873002: Test and fix for huge bwe drop after alr state. (Closed)
Patch Set: Created 3 years, 6 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
Index: webrtc/audio/test/low_bandwidth_audio_test.h
diff --git a/webrtc/audio/test/low_bandwidth_audio_test.h b/webrtc/audio/test/low_bandwidth_audio_test.h
index eae650af22ca167fde67aff7713f3391d1e554cf..08528acce27a40c581cae565b0d4f169a30ec34d 100644
--- a/webrtc/audio/test/low_bandwidth_audio_test.h
+++ b/webrtc/audio/test/low_bandwidth_audio_test.h
@@ -53,6 +53,7 @@ class AudioQualityTest : public test::EndToEndTest {
private:
test::FakeAudioDevice* send_audio_device_;
+ Call* sender_call_;
};
} // namespace test

Powered by Google App Engine
This is Rietveld 408576698