| Index: chrome/browser/system_monitor/removable_device_notifications_mac.mm
|
| diff --git a/chrome/browser/system_monitor/removable_device_notifications_mac.mm b/chrome/browser/system_monitor/removable_device_notifications_mac.mm
|
| index 185ae18ef727170cd51982aa4fd093ed6baea745..88123da07bc8bc2c7c0e754a8ef80fa71763816e 100644
|
| --- a/chrome/browser/system_monitor/removable_device_notifications_mac.mm
|
| +++ b/chrome/browser/system_monitor/removable_device_notifications_mac.mm
|
| @@ -112,6 +112,8 @@ void RemovableDeviceNotificationsMac::UpdateDisk(
|
| disk_info_map_.erase(it);
|
| } else {
|
| disk_info_map_[info.bsd_name()] = info;
|
| + MediaStorageUtil::RecordDeviceInfoHistogram(true, info.device_id(),
|
| + info.display_name());
|
| if (ShouldPostNotificationForDisk(info)) {
|
| base::SystemMonitor::Get()->ProcessRemovableStorageAttached(
|
| info.device_id(), info.display_name(), info.mount_point().value());
|
|
|