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

Unified Diff: components/storage_monitor/storage_monitor_mac.mm

Issue 2834703003: Remove unmapped media galleries histograms. (Closed)
Patch Set: Created 3 years, 8 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
« no previous file with comments | « components/storage_monitor/storage_monitor_linux.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/storage_monitor/storage_monitor_mac.mm
diff --git a/components/storage_monitor/storage_monitor_mac.mm b/components/storage_monitor/storage_monitor_mac.mm
index 47d91355febafeedafb8fa4e8197980dc6d80f20..a48b02493f33742b4f8198669d9f020b9fbd3047 100644
--- a/components/storage_monitor/storage_monitor_mac.mm
+++ b/components/storage_monitor/storage_monitor_mac.mm
@@ -238,8 +238,6 @@ void StorageMonitorMac::UpdateDisk(
disk_info_map_.erase(it);
} else {
disk_info_map_[bsd_name] = info;
- MediaStorageUtil::RecordDeviceInfoHistogram(true, info.device_id(),
- info.storage_label());
if (ShouldPostNotificationForDisk(info))
receiver()->ProcessAttach(info);
}
« no previous file with comments | « components/storage_monitor/storage_monitor_linux.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698