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

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

Issue 10873072: Rename SystemMonitor's MediaDevice calls to RemovableStorage. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 8 years, 4 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_file_system_registry.h
===================================================================
--- chrome/browser/media_gallery/media_file_system_registry.h (revision 153336)
+++ chrome/browser/media_gallery/media_file_system_registry.h (working copy)
@@ -55,7 +55,7 @@
const extensions::Extension& extension);
// base::SystemMonitor::DevicesChangedObserver implementation.
- virtual void OnMediaDeviceDetached(const std::string& id) OVERRIDE;
+ virtual void OnRemovableStorageDetached(const std::string& id) OVERRIDE;
// content::NotificationObserver implementation.
virtual void Observe(int type,
@@ -75,7 +75,7 @@
MediaPathToFSIDMap> ChildIdToMediaFSMap;
// Mapping of device id to media device info.
- typedef std::map<std::string, base::SystemMonitor::MediaDeviceInfo>
+ typedef std::map<std::string, base::SystemMonitor::RemovableStorageInfo>
DeviceIdToInfoMap;
// Obtain an instance of this class via GetInstance().

Powered by Google App Engine
This is Rietveld 408576698