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

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

Issue 15875005: Forwarding app URL to handler host for WebRTC logs. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Code review + rebase. 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/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 026208a583c0f82bd182845e6558c9930a0bb16e..90099599ee5e5c2af9a57bfb745cac2f78b8df56 100644
--- a/content/renderer/media/media_stream_dependency_factory.h
+++ b/content/renderer/media/media_stream_dependency_factory.h
@@ -197,7 +197,8 @@ class CONTENT_EXPORT MediaStreamDependencyFactory
void CleanupPeerConnectionFactory();
void CreateWebRtcLoggingHandler(WebRtcLoggingMessageFilter* filter,
- const std::string& app_session_id);
+ 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_|.
« no previous file with comments | « content/common/media/webrtc_logging_messages.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