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

Unified Diff: webrtc/modules/audio_processing/include/mock_audio_processing.h

Issue 2802603003: Make GetConfig() part of the AudioProcessing interface (Closed)
Patch Set: Make the method non-pure Created 3 years, 8 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 | « webrtc/modules/audio_processing/include/audio_processing.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/modules/audio_processing/include/mock_audio_processing.h
diff --git a/webrtc/modules/audio_processing/include/mock_audio_processing.h b/webrtc/modules/audio_processing/include/mock_audio_processing.h
index b5a1fa4a8851329111db743bbacf77d1c33a0f89..4bda0bd090f213f05358ab2c91d2c079aff5f562 100644
--- a/webrtc/modules/audio_processing/include/mock_audio_processing.h
+++ b/webrtc/modules/audio_processing/include/mock_audio_processing.h
@@ -206,6 +206,8 @@ class MockAudioProcessing : public AudioProcessing {
return voice_detection_.get();
}
+ MOCK_CONST_METHOD0(GetConfig, AudioProcessing::Config());
+
private:
std::unique_ptr<MockEchoCancellation> echo_cancellation_;
std::unique_ptr<MockEchoControlMobile> echo_control_mobile_;
« no previous file with comments | « webrtc/modules/audio_processing/include/audio_processing.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698