Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / chrome / renderer / media / webrtc_logging_message_filter.cc
index c58d184..83ad4d6 100644 (file)
@@ -56,9 +56,10 @@ void WebRtcLoggingMessageFilter::OnChannelClosing() {
   log_message_delegate_->OnFilterRemoved();
 }
 
-void WebRtcLoggingMessageFilter::AddLogMessage(const std::string& message) {
+void WebRtcLoggingMessageFilter::AddLogMessages(
+    const std::vector<WebRtcLoggingMessageData>& messages) {
   DCHECK(io_message_loop_->BelongsToCurrentThread());
-  Send(new WebRtcLoggingMsg_AddLogMessage(message));
+  Send(new WebRtcLoggingMsg_AddLogMessages(messages));
 }
 
 void WebRtcLoggingMessageFilter::LoggingStopped() {