Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2600)

Unified Diff: content/renderer/render_thread_impl.h

Issue 334743006: Support multiple files for AEC dump. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase again... Created 6 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « content/renderer/media/webrtc_audio_device_impl.cc ('k') | content/renderer/render_thread_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/render_thread_impl.h
diff --git a/content/renderer/render_thread_impl.h b/content/renderer/render_thread_impl.h
index 3659394aa133d52db9995be9c7703f2804f846bd..4afe3ed2b353afed96261c9c259bcb899dbbdf9d 100644
--- a/content/renderer/render_thread_impl.h
+++ b/content/renderer/render_thread_impl.h
@@ -74,6 +74,7 @@ class GrContextForWebGraphicsContext3D;
namespace content {
class AppCacheDispatcher;
+class AecDumpMessageFilter;
class AudioInputMessageFilter;
class AudioMessageFilter;
class AudioRendererMixerManager;
@@ -489,6 +490,12 @@ class CONTENT_EXPORT RenderThreadImpl : public RenderThread,
// Used on the render thread.
scoped_ptr<VideoCaptureImplManager> vc_manager_;
+ // 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
+ // chrome://webrtc-internals.
+ scoped_refptr<AecDumpMessageFilter> aec_dump_message_filter_;
+
// The count of RenderWidgets running through this thread.
int widget_count_;
« no previous file with comments | « content/renderer/media/webrtc_audio_device_impl.cc ('k') | content/renderer/render_thread_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698