| Index: content/browser/browser_main_loop.cc
|
| diff --git a/content/browser/browser_main_loop.cc b/content/browser/browser_main_loop.cc
|
| index 3addee33ee6aec88ac6cc611dc0e7d5bd86b05d1..f0fef12f7c6f2cb54bce6c4887d7a325e6e06d24 100644
|
| --- a/content/browser/browser_main_loop.cc
|
| +++ b/content/browser/browser_main_loop.cc
|
| @@ -34,6 +34,7 @@
|
| #include "content/browser/gpu/gpu_process_host_ui_shim.h"
|
| #include "content/browser/histogram_synchronizer.h"
|
| #include "content/browser/loader/resource_dispatcher_host_impl.h"
|
| +#include "content/browser/media/media_internals.h"
|
| #include "content/browser/net/browser_online_state_observer.h"
|
| #include "content/browser/plugin_service_impl.h"
|
| #include "content/browser/renderer_host/media/audio_mirroring_manager.h"
|
| @@ -456,6 +457,7 @@ void BrowserMainLoop::MainMessageLoopStart() {
|
| {
|
| TRACE_EVENT0("startup", "BrowserMainLoop::Subsystem:AudioMan")
|
| audio_manager_.reset(media::AudioManager::Create());
|
| + audio_manager_->SetMediaInternals(MediaInternals::GetInstance());
|
| }
|
| {
|
| TRACE_EVENT0("startup", "BrowserMainLoop::Subsystem:MIDIManager")
|
|
|