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

Unified Diff: chrome/browser/storage_monitor/storage_monitor.h

Issue 14016002: Storage Monitor: Make StorageMonitorLinux own the MediaTransferProtocolManager. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 7 years, 8 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/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;

Powered by Google App Engine
This is Rietveld 408576698