| 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 e5d0be5475b6d57de2d0266a7431fc4e6faa420a..8484b08cd37bde021a6a2bdb81830ffc5f14f77b 100644
|
| --- a/content/renderer/media/media_stream_audio_processor_options.h
|
| +++ b/content/renderer/media/media_stream_audio_processor_options.h
|
| @@ -101,6 +101,7 @@ class CONTENT_EXPORT EchoInformation {
|
| // Counter to track 5 seconds of processed 10 ms chunks in order to query a
|
| // new metric from webrtc::EchoCancellation::GetEchoDelayMetrics().
|
| int num_chunks_;
|
| + bool echo_frames_received_;
|
|
|
| DISALLOW_COPY_AND_ASSIGN(EchoInformation);
|
| };
|
|
|