Chromium Code Reviews| Index: content/renderer/media/webrtc_logging_initializer.cc |
| diff --git a/content/renderer/media/webrtc_logging_initializer.cc b/content/renderer/media/webrtc_logging_initializer.cc |
| index d0d95b46ba6aad30d17aa72fe9acc65499c442bf..e49ec70aafb91800929867c9fbedb28c4afd0b7c 100644 |
| --- a/content/renderer/media/webrtc_logging_initializer.cc |
| +++ b/content/renderer/media/webrtc_logging_initializer.cc |
| @@ -21,12 +21,8 @@ void InitWebRtcLoggingDelegate(WebRtcLogMessageDelegate* delegate) { |
| g_webrtc_logging_delegate = delegate; |
| } |
| -void InitWebRtcLogging(const std::string& app_session_id, |
| - const std::string& app_url) { |
| - if (g_webrtc_logging_delegate) { |
| - g_webrtc_logging_delegate->InitLogging(app_session_id, app_url); |
| - talk_base::InitDiagnosticLoggingDelegateFunction(WebRtcLogMessage); |
| - } |
| +void InitWebRtcLogging() { |
|
Jói
2013/09/27 14:39:53
Did you mean to completely remove the declaration
Henrik Grunell
2013/10/02 12:47:18
The "old" InitWebRtcLogging has been removed. It w
|
| + talk_base::InitDiagnosticLoggingDelegateFunction(WebRtcLogMessage); |
| } |
| void WebRtcLogMessage(const std::string& message) { |