Index: content/browser/browser_main_loop.cc |
=================================================================== |
--- content/browser/browser_main_loop.cc (revision 132051) |
+++ content/browser/browser_main_loop.cc (working copy) |
@@ -54,10 +54,6 @@ |
#include "net/base/winsock_init.h" |
#endif |
-#if defined(OS_LINUX) |
-#include "content/browser/media_device_notifications_linux.h" |
-#endif |
- |
#if defined(OS_LINUX) || defined(OS_OPENBSD) |
#include <glib-object.h> |
#endif |
@@ -594,14 +590,6 @@ |
void BrowserMainLoop::BrowserThreadsStarted() { |
// RDH needs the IO thread to be created. |
resource_dispatcher_host_.reset(new ResourceDispatcherHostImpl()); |
- |
-#if defined(OS_LINUX) |
- // MediaDeviceNotificationsLinux needs the File Thread. |
- const FilePath kDefaultMtabPath("/etc/mtab"); |
- media_device_notifications_linux_ = |
- new MediaDeviceNotificationsLinux(kDefaultMtabPath); |
- media_device_notifications_linux_->Init(); |
-#endif |
} |
void BrowserMainLoop::InitializeToolkit() { |