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

Unified Diff: chrome/browser/system_monitor/disk_info_mac.mm

Issue 11442057: [Media Galleries] Add an ImageCaptureCore listener for Mac. (part 2) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix comment Created 7 years, 12 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/system_monitor/disk_info_mac.mm
diff --git a/chrome/browser/system_monitor/disk_info_mac.mm b/chrome/browser/system_monitor/disk_info_mac.mm
index 77d21c16e54c8c19fab38af58d16012fa10c0bc2..f404a9511bec4cc384a37b57a609c9283b1b6186 100644
--- a/chrome/browser/system_monitor/disk_info_mac.mm
+++ b/chrome/browser/system_monitor/disk_info_mac.mm
@@ -114,17 +114,4 @@ DiskInfoMac DiskInfoMac::BuildDiskInfoOnFileThread(CFDictionaryRef dict) {
return info;
}
-// TODO(gbillock): Make sure this gets test coverage.
-// static
-DiskInfoMac DiskInfoMac::BuildDiskInfoFromICDevice(std::string device_id,
- string16 device_name,
- FilePath mount_point) {
- DiskInfoMac info;
- info.device_id_ = device_id;
- info.device_name_ = device_name;
- info.mount_point_ = mount_point;
- info.type_ = MediaStorageUtil::MAC_IMAGE_CAPTURE;
- return info;
-}
-
} // namesapce chrome

Powered by Google App Engine
This is Rietveld 408576698