Index: chrome/browser/media_gallery/media_device_notifications_chromeos.h |
=================================================================== |
--- chrome/browser/media_gallery/media_device_notifications_chromeos.h (revision 149814) |
+++ chrome/browser/media_gallery/media_device_notifications_chromeos.h (working copy) |
@@ -47,10 +47,6 @@ |
// Private to avoid code deleting the object. |
virtual ~MediaDeviceNotifications(); |
- // Checks existing mount points map for media devices. For each mount point, |
- // call CheckMountedPathOnFileThread() below. |
- void CheckExistingMountPointsOnUIThread(); |
- |
// Checks if the mount point in |mount_info| is a media device. If it is, |
// then continue with AddMountedPathOnUIThread() below. |
void CheckMountedPathOnFileThread( |