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_; |