diff options
Diffstat (limited to 'content/browser/browser_main_loop.cc')
-rw-r--r-- | content/browser/browser_main_loop.cc | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/content/browser/browser_main_loop.cc b/content/browser/browser_main_loop.cc index 430e76f..af21209 100644 --- a/content/browser/browser_main_loop.cc +++ b/content/browser/browser_main_loop.cc @@ -53,10 +53,6 @@ #include "net/base/winsock_init.h" #endif -#if defined(OS_MACOSX) -#include "content/browser/mac/media_device_notifications.h" -#endif - #if defined(OS_LINUX) || defined(OS_OPENBSD) #include <glib-object.h> #endif @@ -331,8 +327,6 @@ void BrowserMainLoop::MainMessageLoopStart() { #if defined(OS_WIN) system_message_window_.reset(new SystemMessageWindowWin); -#elif defined(OS_MACOSX) - StartMediaDeviceNotifications(); #endif // Prior to any processing happening on the io thread, we create the |