| Index: content/renderer/render_thread_impl.h
|
| diff --git a/content/renderer/render_thread_impl.h b/content/renderer/render_thread_impl.h
|
| index abdc4d6b8bf13acc4ac2cbf6198ee45df8ad27cc..127c687d747abbe3ff247e53f1499555bdde3eb4 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
|
| @@ -249,11 +248,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();
|
| @@ -398,8 +392,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_;
|
|
|
|
|