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

Unified Diff: chrome/browser/system_monitor/removable_device_notifications_window_win.cc

Issue 10933114: Combine boolean MediaDeviceNotifications histograms to an enumerated histogram. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Addressed comments Created 8 years, 3 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/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());

Powered by Google App Engine
This is Rietveld 408576698