| Index: content/renderer/render_thread_impl.h
|
| diff --git a/content/renderer/render_thread_impl.h b/content/renderer/render_thread_impl.h
|
| index cbb564daa737c221d54fa4d74ee9deb4986f1d30..ef7ace3ee743246ae60f09456b54205722f8bd2c 100644
|
| --- a/content/renderer/render_thread_impl.h
|
| +++ b/content/renderer/render_thread_impl.h
|
| @@ -29,6 +29,7 @@
|
| #include "content/common/storage_partition_service.mojom.h"
|
| #include "content/public/renderer/render_thread.h"
|
| #include "content/renderer/gpu/compositor_dependencies.h"
|
| +#include "content/renderer/media/audio_output_client.h"
|
| #include "gpu/ipc/client/gpu_channel_host.h"
|
| #include "net/base/network_change_notifier.h"
|
| #include "third_party/WebKit/public/platform/WebConnectionType.h"
|
| @@ -554,6 +555,8 @@ class CONTENT_EXPORT RenderThreadImpl
|
| // Used on the render thread.
|
| std::unique_ptr<VideoCaptureImplManager> vc_manager_;
|
|
|
| + AudioOutputClient* audio_output_client_;
|
| +
|
| // Used for communicating registering AEC dump consumers with the browser and
|
| // receving AEC dump file handles when AEC dump is enabled. An AEC dump is
|
| // diagnostic audio data for WebRTC stored locally when enabled by the user in
|
|
|