| Index: chrome/browser/storage_monitor/storage_monitor_linux.cc
|
| diff --git a/chrome/browser/storage_monitor/storage_monitor_linux.cc b/chrome/browser/storage_monitor/storage_monitor_linux.cc
|
| index 1626f8e24e86688151f3cc6368c6b3c5f845f004..8ccb31907eacb3216ed1387277033d535f7067d7 100644
|
| --- a/chrome/browser/storage_monitor/storage_monitor_linux.cc
|
| +++ b/chrome/browser/storage_monitor/storage_monitor_linux.cc
|
| @@ -510,8 +510,7 @@ void StorageMonitorLinux::AddNewMount(const base::FilePath& mount_device,
|
| mount_point_info.storage_info = *storage_info;
|
| mount_info_map_[mount_point] = mount_point_info;
|
| mount_priority_map_[mount_device][mount_point] = removable;
|
| - if (removable)
|
| - receiver()->ProcessAttach(*storage_info);
|
| + receiver()->ProcessAttach(*storage_info);
|
| }
|
|
|
| } // namespace chrome
|
|
|