Index: content/browser/browser_main_loop.cc |
diff --git a/content/browser/browser_main_loop.cc b/content/browser/browser_main_loop.cc |
index 79dd16ea7a1fbc0e59313c23f1b82cdd65ad66a9..5c5b3fea25fc1bf736384ee516b3c7c3fed3c902 100644 |
--- a/content/browser/browser_main_loop.cc |
+++ b/content/browser/browser_main_loop.cc |
@@ -35,7 +35,6 @@ |
#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/capture/audio_mirroring_manager.h" |
#include "content/browser/media/media_internals.h" |
#include "content/browser/net/browser_online_state_observer.h" |
#include "content/browser/plugin_service_impl.h" |
@@ -507,10 +506,6 @@ void BrowserMainLoop::MainMessageLoopStart() { |
} |
{ |
- TRACE_EVENT0("startup", "BrowserMainLoop::Subsystem:AudioMirroringManager"); |
- audio_mirroring_manager_.reset(new AudioMirroringManager()); |
- } |
- { |
TRACE_EVENT0("startup", "BrowserMainLoop::Subsystem:OnlineStateObserver"); |
online_state_observer_.reset(new BrowserOnlineStateObserver); |
} |