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

Unified Diff: call/call_unittest.cc

Issue 3020493002: Remove AudioDeviceObserver and make ADM not inherit from the Module interface.
Patch Set: linux build error Created 3 years, 3 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 | media/engine/apm_helpers_unittest.cc » ('j') | modules/audio_device/include/audio_device.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: call/call_unittest.cc
diff --git a/call/call_unittest.cc b/call/call_unittest.cc
index b1ebb823a8e5c1dfb4e23e0087405e50ca643734..d614de666c851db1a28887f9456a38cca12b6867 100644
--- a/call/call_unittest.cc
+++ b/call/call_unittest.cc
@@ -432,10 +432,6 @@ TEST(CallBitrateTest,
TEST(CallTest, RecreatingAudioStreamWithSameSsrcReusesRtpState) {
constexpr uint32_t kSSRC = 12345;
testing::NiceMock<test::MockAudioDeviceModule> mock_adm;
- // Reply with a 10ms timer every time TimeUntilNextProcess is called to
- // avoid entering a tight loop on the process thread.
- EXPECT_CALL(mock_adm, TimeUntilNextProcess())
- .WillRepeatedly(testing::Return(10));
rtc::scoped_refptr<test::MockAudioMixer> mock_mixer(
new rtc::RefCountedObject<test::MockAudioMixer>);
« no previous file with comments | « no previous file | media/engine/apm_helpers_unittest.cc » ('j') | modules/audio_device/include/audio_device.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698