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

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: Code review (sky). 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
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..b25fbe0c5b1d09b825b1eea477e1d4c0e84cf03a 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,10 @@ 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.
+ scoped_refptr<AecDumpMessageFilter> aec_dump_message_filter_;
+
// The count of RenderWidgets running through this thread.
int widget_count_;

Powered by Google App Engine
This is Rietveld 408576698