| Index: chrome/browser/system_monitor/removable_device_notifications_window_win.cc
|
| diff --git a/chrome/browser/system_monitor/removable_device_notifications_window_win.cc b/chrome/browser/system_monitor/removable_device_notifications_window_win.cc
|
| index 6cd090ee10bad44abc75bd13b7a9817118e7d6f1..e2fca5a33ae4b7d5aced5bf6d2ae4b538cc56995 100644
|
| --- a/chrome/browser/system_monitor/removable_device_notifications_window_win.cc
|
| +++ b/chrome/browser/system_monitor/removable_device_notifications_window_win.cc
|
| @@ -156,6 +156,7 @@ RemovableDeviceNotificationsWindowWin::ProcessRemovableDeviceAttachedOnUIThread(
|
| const FilePath& path) {
|
| DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
|
|
|
| + // TODO(kmadhusu) Record device info histogram.
|
| SystemMonitor::Get()->ProcessRemovableStorageAttached(id,
|
| device_name,
|
| path.value());
|
|
|