| Index: chrome/browser/storage_monitor/volume_mount_watcher_win.h
|
| diff --git a/chrome/browser/storage_monitor/volume_mount_watcher_win.h b/chrome/browser/storage_monitor/volume_mount_watcher_win.h
|
| index d05738386c7aa5f2fdadf9a57f1c7e4b0f225f66..f77a102f4273d7583719776acda3cdc314f77502 100644
|
| --- a/chrome/browser/storage_monitor/volume_mount_watcher_win.h
|
| +++ b/chrome/browser/storage_monitor/volume_mount_watcher_win.h
|
| @@ -58,6 +58,8 @@ class VolumeMountWatcherWin {
|
| void EjectDevice(const std::string& device_id,
|
| base::Callback<void(StorageMonitor::EjectStatus)> callback);
|
|
|
| + std::vector<StorageInfo> GetAllVolumeStorages() const;
|
| +
|
| protected:
|
| typedef base::Callback<bool(const base::FilePath&,
|
| StorageInfo*)> GetDeviceDetailsCallbackType;
|
|
|