Index: content/renderer/media/webrtc_logging_initializer.h |
diff --git a/content/renderer/media/webrtc_logging_initializer.h b/content/renderer/media/webrtc_logging_initializer.h |
index 08abc66a7fddc7bd8bda0d44ccb99a35b977de61..b0fa072d8134c1464c9ac90fb0144c44e34f8225 100644 |
--- a/content/renderer/media/webrtc_logging_initializer.h |
+++ b/content/renderer/media/webrtc_logging_initializer.h |
@@ -11,10 +11,6 @@ namespace content { |
class WebRtcLogMessageDelegate; |
-// Must be called on IO thread. |
-void InitWebRtcLogging(const std::string& app_session_id, |
- const std::string& app_url); |
- |
// May be called on any thread. |
void WebRtcLogMessage(const std::string& message); |
no longer working on chromium
2013/10/01 08:41:42
It looks odd to have the initializer being used as
Henrik Grunell
2013/10/02 12:47:18
There was quite a long discussion about this with
no longer working on chromium
2013/10/02 12:55:10
All right, just keep what it is if that is some ki
|