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

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

Issue 2796223004: Make AudioProcessing::GetConfig() pure virtual (Closed)
Patch Set: 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 | « no previous file | webrtc/modules/audio_processing/include/audio_processing.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/modules/audio_processing/include/audio_processing.h
diff --git a/webrtc/modules/audio_processing/include/audio_processing.h b/webrtc/modules/audio_processing/include/audio_processing.h
index 99e4b690ff52680a8226ed872c825d207f9d2901..cc6772bf718fac20351c3b55a1b92c5970e0809a 100644
--- a/webrtc/modules/audio_processing/include/audio_processing.h
+++ b/webrtc/modules/audio_processing/include/audio_processing.h
@@ -560,9 +560,7 @@ class AudioProcessing {
virtual VoiceDetection* voice_detection() const = 0;
// Returns the last applied configuration.
- // TODO(henrik.lundin) Make this method pure virtual when downstream
- // dependencies have been fixed.
- virtual AudioProcessing::Config GetConfig() const;
+ virtual AudioProcessing::Config GetConfig() const = 0;
enum Error {
// Fatal errors.
« no previous file with comments | « no previous file | webrtc/modules/audio_processing/include/audio_processing.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698