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

Unified Diff: content/renderer/media/media_stream_dependency_factory.h

Issue 23691066: Hook up WebRTC logging extension API to the underlying functionality. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase Created 7 years, 2 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/media/media_stream_dependency_factory.h
diff --git a/content/renderer/media/media_stream_dependency_factory.h b/content/renderer/media/media_stream_dependency_factory.h
index a728d8850417928495ae7d92cd7a55a11032b35a..5dad7c5dd5c284f48fcd59c9ce66932344a7c66b 100644
--- a/content/renderer/media/media_stream_dependency_factory.h
+++ b/content/renderer/media/media_stream_dependency_factory.h
@@ -209,10 +209,6 @@ class CONTENT_EXPORT MediaStreamDependencyFactory
void DeleteIpcNetworkManager();
void CleanupPeerConnectionFactory();
- void CreateWebRtcLoggingHandler(WebRtcLoggingMessageFilter* filter,
- const std::string& app_session_id,
- const std::string& app_url);
-
// We own network_manager_, must be deleted on the worker thread.
// The network manager uses |p2p_socket_dispatcher_|.
IpcNetworkManager* network_manager_;
« no previous file with comments | « content/public/renderer/webrtc_log_message_delegate.h ('k') | content/renderer/media/media_stream_dependency_factory.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698