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

Unified Diff: content/renderer/render_thread_impl.h

Issue 15741003: Moving WebRTC logging related files from content to chrome. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Code review. Created 7 years, 7 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 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_;

Powered by Google App Engine
This is Rietveld 408576698