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

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

Issue 10829384: SystemMonitor: Pull device type into the device id (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Address comment 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
diff --git a/chrome/browser/media_gallery/media_file_system_registry.h b/chrome/browser/media_gallery/media_file_system_registry.h
index 6e3385b8790cb53e1ab8d6c74f51a40170200f9a..459705d1d02ce4112dcc5c720a1eadf6de781c5a 100644
--- a/chrome/browser/media_gallery/media_file_system_registry.h
+++ b/chrome/browser/media_gallery/media_file_system_registry.h
@@ -88,15 +88,10 @@ class MediaFileSystemRegistry
void UnregisterForRPHGoneNotifications(const content::RenderProcessHost* rph);
// Registers a path as a media file system and return the filesystem id.
- std::string RegisterPathAsFileSystem(
- const base::SystemMonitor::MediaDeviceType& device_type,
- const FilePath& path);
-
+ std::string RegisterPathAsFileSystem(const FilePath& path);
// Revoke a media file system with a given |path|.
- void RevokeMediaFileSystem(
- const base::SystemMonitor::MediaDeviceType& device_type,
- const FilePath& path);
+ void RevokeMediaFileSystem(const FilePath& path);
// Only accessed on the UI thread.
ChildIdToMediaFSMap media_fs_map_;

Powered by Google App Engine
This is Rietveld 408576698