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

Unified Diff: chrome/browser/media_gallery/media_device_notifications_chromeos.h

Issue 10830003: Extract and dispatch device uuid in media device attached notification message. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Address review comments. Created 8 years, 5 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/media_gallery/media_device_notifications_chromeos.h
diff --git a/chrome/browser/media_gallery/media_device_notifications_chromeos.h b/chrome/browser/media_gallery/media_device_notifications_chromeos.h
index cf00cf18711fac73bd76bf4f4b6fe3e083e2c70c..8b73abc6f330137a921135bc920b18ba1ffd1904 100644
--- a/chrome/browser/media_gallery/media_device_notifications_chromeos.h
+++ b/chrome/browser/media_gallery/media_device_notifications_chromeos.h
@@ -57,11 +57,6 @@ class MediaDeviceNotifications
void AddMountedPathOnUIThread(
const disks::DiskMountManager::MountPointInfo& mount_info);
- // The lowest available device id number.
- // Only accessed on the UI thread.
- // TODO(thestig) Remove this and use a device UUID instead.
- int current_device_id_;
-
// Mapping of relevant mount points and their corresponding mount devices.
// Only accessed on the UI thread.
MountMap mount_map_;

Powered by Google App Engine
This is Rietveld 408576698