| Index: chrome/browser/system_monitor/portable_device_watcher_win.h
|
| diff --git a/chrome/browser/system_monitor/portable_device_watcher_win.h b/chrome/browser/system_monitor/portable_device_watcher_win.h
|
| index dca68cba6faa050b4407208ae733d85b70923d1a..860d098866930bb3dca5a54799d8540152cc9f4a 100644
|
| --- a/chrome/browser/system_monitor/portable_device_watcher_win.h
|
| +++ b/chrome/browser/system_monitor/portable_device_watcher_win.h
|
| @@ -71,6 +71,14 @@ class PortableDeviceWatcherWin {
|
| // SystemMonitor notification if appropriate.
|
| void OnWindowMessage(UINT event_type, LPARAM data);
|
|
|
| + // Gets the information of the MTP storage specified by |storage_device_id|.
|
| + // On success, returns true and fills in |device_location| with device
|
| + // interface details and |storage_object_id| with storage object temporary
|
| + // identifier.
|
| + bool GetMTPStorageInfoFromDeviceId(const std::string& storage_device_id,
|
| + string16* device_location,
|
| + string16* storage_object_id);
|
| +
|
| private:
|
| friend class TestPortableDeviceWatcherWin;
|
|
|
|
|