| 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 c8b69822155249ce3ca87a624284f341db0c452f..6057ae1f75f25f5068152d12b829e141835cc605 100644
|
| --- a/content/renderer/media/media_stream_audio_processor_options.h
|
| +++ b/content/renderer/media/media_stream_audio_processor_options.h
|
| @@ -68,6 +68,8 @@ void StartAecDump(AudioProcessing* audio_processing);
|
| // Stops the echo cancellation dump in |audio_processing|.
|
| void StopAecDump(AudioProcessing* audio_processing);
|
|
|
| +void EnableAutomaticGainControl(AudioProcessing* audio_processing);
|
| +
|
| } // namespace content
|
|
|
| #endif // CONTENT_RENDERER_MEDIA_MEDIA_STREAM_AUDIO_PROCESSOR_OPTIONS_H_
|
|
|