Chromium Code Reviews| Index: chrome/browser/storage_monitor/storage_info.cc |
| diff --git a/chrome/browser/storage_monitor/storage_info.cc b/chrome/browser/storage_monitor/storage_info.cc |
| index 3f066c38f2fb70138ed0879a116ecfb80975ec55..9aa29ebf94d37fa5b036a72fe3a1e0dc739472ad 100644 |
| --- a/chrome/browser/storage_monitor/storage_info.cc |
| +++ b/chrome/browser/storage_monitor/storage_info.cc |
| @@ -125,9 +125,7 @@ bool StorageInfo::IsMassStorageDevice(const std::string& device_id) { |
| return CrackDeviceId(device_id, &type, NULL) && |
| (type == REMOVABLE_MASS_STORAGE_WITH_DCIM || |
| type == REMOVABLE_MASS_STORAGE_NO_DCIM || |
| - type == FIXED_MASS_STORAGE || |
| - type == ITUNES || |
|
vandebo (ex-Chrome)
2013/05/22 15:05:49
In one sense, iTunes and Picasa aren't mass storag
tommycli
2013/05/22 18:03:09
Done.
|
| - type == PICASA); |
| + type == FIXED_MASS_STORAGE); |
| } |
| } // namespace chrome |