Index: content/renderer/render_thread_impl.h |
diff --git a/content/renderer/render_thread_impl.h b/content/renderer/render_thread_impl.h |
index ae011484c3d7d00fc551017944cfae5c1a79a48f..be9b17617b5d640074bd1b216232a9ef2acf2184 100644 |
--- a/content/renderer/render_thread_impl.h |
+++ b/content/renderer/render_thread_impl.h |
@@ -87,7 +87,6 @@ class RenderProcessObserver; |
class VideoCaptureImplManager; |
class WebDatabaseObserverImpl; |
class WebGraphicsContext3DCommandBufferImpl; |
-class WebRtcLoggingMessageFilter; |
// The RenderThreadImpl class represents a background thread where RenderView |
// instances live. The RenderThread supports an API that is used by its |
@@ -264,11 +263,6 @@ class CONTENT_EXPORT RenderThreadImpl : public RenderThread, |
return vc_manager_.get(); |
} |
- const scoped_refptr<WebRtcLoggingMessageFilter>& |
- webrtc_logging_message_filter() const { |
- return webrtc_logging_message_filter_; |
- } |
- |
// Get the GPU channel. Returns NULL if the channel is not established or |
// has been lost. |
GpuChannelHost* GetGpuChannel(); |
@@ -408,8 +402,6 @@ class CONTENT_EXPORT RenderThreadImpl : public RenderThread, |
// Used on multiple threads. |
scoped_refptr<VideoCaptureImplManager> vc_manager_; |
- scoped_refptr<WebRtcLoggingMessageFilter> webrtc_logging_message_filter_; |
- |
// Used on multiple script execution context threads. |
scoped_ptr<WebDatabaseObserverImpl> web_database_observer_impl_; |