Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(695)

Unified Diff: chrome/browser/storage_monitor/storage_info.cc

Issue 15511009: Picasa import: MediaFileSystemRegistry and misc. plumbing (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@0021-picasa-import-add-picasa-finder-to-preferences
Patch Set: Created 7 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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

Powered by Google App Engine
This is Rietveld 408576698