Index: content/renderer/media/webrtc_audio_capturer.h |
diff --git a/content/renderer/media/webrtc_audio_capturer.h b/content/renderer/media/webrtc_audio_capturer.h |
index 986016d38711df24e72b4cfdc5cb31797637b5de..7f198eab1f540caf38f80a4c34dd7457cbdec41e 100644 |
--- a/content/renderer/media/webrtc_audio_capturer.h |
+++ b/content/renderer/media/webrtc_audio_capturer.h |
@@ -82,7 +82,6 @@ class CONTENT_EXPORT WebRtcAudioCapturer |
int Volume() const; |
int MaxVolume() const; |
- |
// Audio parameters utilized by the source of the audio capturer. |
// TODO(phoglund): Think over the implications of this accessor and if we can |
// remove it. |
@@ -109,14 +108,6 @@ class CONTENT_EXPORT WebRtcAudioCapturer |
void GetAudioProcessingParams(base::TimeDelta* delay, int* volume, |
bool* key_pressed); |
- // Called by the WebRtcAudioDeviceImpl to push the render audio to |
- // audio processor for echo cancellation analysis. |
- void FeedRenderDataToAudioProcessor(const int16* render_audio, |
- int sample_rate, |
- int number_of_channels, |
- int number_of_frames, |
- base::TimeDelta render_delay); |
- |
// Use by the unittests to inject their own source to the capturer. |
void SetCapturerSourceForTesting( |
const scoped_refptr<media::AudioCapturerSource>& source, |