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

Unified Diff: test/mock_voice_engine.h

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
Index: test/mock_voice_engine.h
diff --git a/test/mock_voice_engine.h b/test/mock_voice_engine.h
index 2567be405254635c74b7a6bb3035f1857a39aed3..67bc993c9bbab2776947206f6b0fbd67a630b6d1 100644
--- a/test/mock_voice_engine.h
+++ b/test/mock_voice_engine.h
@@ -63,8 +63,6 @@ class MockVoiceEngine : public VoiceEngineImpl {
return proxy;
}));
- ON_CALL(mock_audio_device_, TimeUntilNextProcess())
- .WillByDefault(testing::Return(1000));
ON_CALL(*this, audio_device_module())
.WillByDefault(testing::Return(&mock_audio_device_));
ON_CALL(*this, audio_transport())

Powered by Google App Engine
This is Rietveld 408576698