| Index: chrome/browser/storage_monitor/volume_mount_watcher_win.cc
|
| diff --git a/chrome/browser/storage_monitor/volume_mount_watcher_win.cc b/chrome/browser/storage_monitor/volume_mount_watcher_win.cc
|
| index 8cd39983e8f326c64f862d02c65fa77f0a58fb63..6cc68c8708de0cba663c480a3b3409b3b8adcb83 100644
|
| --- a/chrome/browser/storage_monitor/volume_mount_watcher_win.cc
|
| +++ b/chrome/browser/storage_monitor/volume_mount_watcher_win.cc
|
| @@ -490,10 +490,6 @@ void VolumeMountWatcherWin::HandleDeviceAttachEventOnUIThread(
|
|
|
| DeviceCheckComplete(device_path);
|
|
|
| - // Don't call removable storage observers for fixed volumes.
|
| - if (!StorageInfo::IsRemovableDevice(info.device_id()))
|
| - return;
|
| -
|
| if (notifications_)
|
| notifications_->ProcessAttach(info);
|
| }
|
|
|