| Index: chrome/browser/chrome_browser_main_linux.cc
|
| ===================================================================
|
| --- chrome/browser/chrome_browser_main_linux.cc (revision 137377)
|
| +++ chrome/browser/chrome_browser_main_linux.cc (working copy)
|
| @@ -4,8 +4,6 @@
|
|
|
| #include "chrome/browser/chrome_browser_main_linux.h"
|
|
|
| -#include "chrome/browser/media_gallery/media_device_notifications_linux.h"
|
| -
|
| #if defined(USE_LINUX_BREAKPAD)
|
| #include <stdlib.h>
|
|
|
| @@ -87,10 +85,5 @@
|
| InitCrashReporter();
|
| #endif
|
|
|
| - const FilePath kDefaultMtabPath("/etc/mtab");
|
| - media_device_notifications_linux_ =
|
| - new chrome::MediaDeviceNotificationsLinux(kDefaultMtabPath);
|
| - media_device_notifications_linux_->Init();
|
| -
|
| ChromeBrowserMainPartsPosix::PreProfileInit();
|
| }
|
|
|