| Index: content/browser/media/media_internals.cc
|
| diff --git a/content/browser/media/media_internals.cc b/content/browser/media/media_internals.cc
|
| index 6b3e0cd65d5fc849625edc8372e2e1a4afbceeb8..3813858b07f926e4f096c229638264cdc628c85a 100644
|
| --- a/content/browser/media/media_internals.cc
|
| +++ b/content/browser/media/media_internals.cc
|
| @@ -13,7 +13,6 @@
|
| #include "base/strings/string_number_conversions.h"
|
| #include "base/strings/stringprintf.h"
|
| #include "build/build_config.h"
|
| -#include "content/browser/renderer_host/media/media_stream_manager.h"
|
| #include "content/public/browser/browser_thread.h"
|
| #include "content/public/browser/notification_service.h"
|
| #include "content/public/browser/notification_types.h"
|
| @@ -111,7 +110,6 @@
|
| void OnSetVolume(int component_id, double volume) override;
|
| void OnSwitchOutputDevice(int component_id,
|
| const std::string& device_id) override;
|
| - void OnLogMessage(int component_id, const std::string& message) override;
|
|
|
| // Called by MediaInternals to update the WebContents title for a stream.
|
| void SendWebContentsTitle(int component_id,
|
| @@ -206,10 +204,6 @@
|
| media_internals_->UpdateAudioLog(MediaInternals::UPDATE_IF_EXISTS,
|
| FormatCacheKey(component_id),
|
| kAudioLogUpdateFunction, &dict);
|
| -}
|
| -
|
| -void AudioLogImpl::OnLogMessage(int component_id, const std::string& message) {
|
| - MediaStreamManager::SendMessageToNativeLog(message);
|
| }
|
|
|
| void AudioLogImpl::SendWebContentsTitle(int component_id,
|
|
|