summaryrefslogtreecommitdiffstats
path: root/content/browser/browser_main_loop.cc
diff options
context:
space:
mode:
authorthestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-04-12 23:20:23 +0000
committerthestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-04-12 23:20:23 +0000
commitab714ec7b7607024b5f3daca855a479191ca7986 (patch)
tree6e25a1f58b992c9ba1b2961f9a61a6b99ab8c6a0 /content/browser/browser_main_loop.cc
parent1c345d27878fdf8238e9abf3c238fa43aa8d374e (diff)
downloadchromium_src-ab714ec7b7607024b5f3daca855a479191ca7986.zip
chromium_src-ab714ec7b7607024b5f3daca855a479191ca7986.tar.gz
chromium_src-ab714ec7b7607024b5f3daca855a479191ca7986.tar.bz2
Media Gallery: Move MediaDeviceNotificationsLinux from content to chrome.
BUG=none TEST=none Review URL: https://chromiumcodereview.appspot.com/10069007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@132087 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/browser/browser_main_loop.cc')
-rw-r--r--content/browser/browser_main_loop.cc12
1 files changed, 0 insertions, 12 deletions
diff --git a/content/browser/browser_main_loop.cc b/content/browser/browser_main_loop.cc
index 87baea5..0ecec70 100644
--- a/content/browser/browser_main_loop.cc
+++ b/content/browser/browser_main_loop.cc
@@ -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::InitializeMainThread() {
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() {