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

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

Issue 12334096: Regularize ownerships and lifecycle for storage monitor platform classes. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 7 years, 10 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/removable_device_notifications_chromeos.h
diff --git a/chrome/browser/storage_monitor/removable_device_notifications_chromeos.h b/chrome/browser/storage_monitor/removable_device_notifications_chromeos.h
index cff3ff4b22f51f8480516fb155f6e5a0e99ae81e..c45b5b4c78485e81f05663beefb28004bd55bbc4 100644
--- a/chrome/browser/storage_monitor/removable_device_notifications_chromeos.h
+++ b/chrome/browser/storage_monitor/removable_device_notifications_chromeos.h
@@ -22,6 +22,10 @@
#include "chrome/browser/storage_monitor/removable_storage_notifications.h"
#include "chromeos/disks/disk_mount_manager.h"
+namespace chrome {
+class MediaTransferProtocolDeviceObserverLinux;
+}
+
namespace chromeos {
class RemovableDeviceNotificationsCros
@@ -91,6 +95,9 @@ class RemovableDeviceNotificationsCros
// Only accessed on the UI thread.
MountMap mount_map_;
+ scoped_ptr<chrome::MediaTransferProtocolDeviceObserverLinux>
+ media_transfer_protocol_device_observer_;
+
DISALLOW_COPY_AND_ASSIGN(RemovableDeviceNotificationsCros);
};

Powered by Google App Engine
This is Rietveld 408576698