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

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

Issue 2406193002: Made the AudioProcessing class a pure interface. (Closed)
Patch Set: Corrected mock of the AudioProcessing interface Created 4 years, 2 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/modules/audio_processing/include/audio_processing.cc
diff --git a/webrtc/modules/audio_processing/include/audio_processing.cc b/webrtc/modules/audio_processing/include/audio_processing.cc
index 37d4a4bc9276b6711516a002f1b9900e20db0b5f..43b2c271fca98f764eb448876bb8a62838c1c385 100644
--- a/webrtc/modules/audio_processing/include/audio_processing.cc
+++ b/webrtc/modules/audio_processing/include/audio_processing.cc
@@ -31,9 +31,5 @@ Beamforming::Beamforming(bool enabled,
Beamforming::~Beamforming() {}
-int AudioProcessing::StartDebugRecordingForPlatformFile(
- rtc::PlatformFile handle) {
- return -1;
-}
} // namespace webrtc

Powered by Google App Engine
This is Rietveld 408576698