| Index: content/browser/browser_main_loop.cc
|
| ===================================================================
|
| --- content/browser/browser_main_loop.cc (revision 124333)
|
| +++ content/browser/browser_main_loop.cc (working copy)
|
| @@ -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 @@
|
|
|
| #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
|
|
|