| Index: content/renderer/media/media_stream_audio_processor_options.h
|
| diff --git a/content/renderer/media/media_stream_audio_processor_options.h b/content/renderer/media/media_stream_audio_processor_options.h
|
| index a7fe921c413e118e3f787b5b72f0004e6f459783..f9e6167582e7629e7b9504ed8d5fadea086fcd98 100644
|
| --- a/content/renderer/media/media_stream_audio_processor_options.h
|
| +++ b/content/renderer/media/media_stream_audio_processor_options.h
|
| @@ -141,9 +141,6 @@ void EnableEchoCancellation(AudioProcessing* audio_processing);
|
| void EnableNoiseSuppression(AudioProcessing* audio_processing,
|
| webrtc::NoiseSuppression::Level ns_level);
|
|
|
| -// Enables the high pass filter in |audio_processing|.
|
| -void EnableHighPassFilter(AudioProcessing* audio_processing);
|
| -
|
| // Enables the typing detection in |audio_processing|.
|
| void EnableTypingDetection(AudioProcessing* audio_processing,
|
| webrtc::TypingDetection* typing_detector);
|
|
|