Chromium Code Reviews| Index: chrome/browser/storage_monitor/storage_monitor.h |
| =================================================================== |
| --- chrome/browser/storage_monitor/storage_monitor.h (revision 193280) |
| +++ chrome/browser/storage_monitor/storage_monitor.h (working copy) |
| @@ -22,6 +22,10 @@ |
| class MediaGalleriesPrivateEjectApiTest; |
| class SystemInfoStorageApiTest; |
| +namespace device { |
| +class MediaTransferProtocolManager; |
| +} |
| + |
| namespace chrome { |
| class MediaFileSystemRegistryTest; |
| @@ -79,6 +83,11 @@ |
| string16* storage_object_id) const = 0; |
| #endif |
| +#if defined(OS_LINUX) |
| + virtual device::MediaTransferProtocolManager* |
|
Lei Zhang
2013/04/10 04:31:21
This is not ideal, as discussed in person at some
|
| + media_transfer_protocol_manager() = 0; |
| +#endif |
| + |
| // Returns information for attached removable storage. |
| std::vector<StorageInfo> GetAttachedStorage() const; |