Index: chrome/browser/storage_monitor/storage_monitor.h |
=================================================================== |
--- chrome/browser/storage_monitor/storage_monitor.h (revision 194743) |
+++ chrome/browser/storage_monitor/storage_monitor.h (working copy) |
@@ -23,6 +23,10 @@ |
class PlatformAppMediaGalleriesBrowserTest; |
class SystemInfoStorageApiTest; |
+namespace device { |
+class MediaTransferProtocolManager; |
+} |
+ |
namespace chrome { |
class MediaFileSystemRegistryTest; |
@@ -80,6 +84,11 @@ |
string16* storage_object_id) const = 0; |
#endif |
+#if defined(OS_LINUX) |
+ virtual device::MediaTransferProtocolManager* |
+ media_transfer_protocol_manager() = 0; |
+#endif |
+ |
// Returns information for attached removable storage. |
std::vector<StorageInfo> GetAttachedStorage() const; |