| Index: webkit/fileapi/media/mtp_device_async_delegate.h
|
| diff --git a/webkit/fileapi/media/mtp_device_async_delegate.h b/webkit/fileapi/media/mtp_device_async_delegate.h
|
| index 4140c379b4e5dbeff62ec2966a0e0eb260469e0b..50fa151a4e3390cc6a139ae30933465c95b36778 100644
|
| --- a/webkit/fileapi/media/mtp_device_async_delegate.h
|
| +++ b/webkit/fileapi/media/mtp_device_async_delegate.h
|
| @@ -22,6 +22,8 @@ namespace fileapi {
|
| // ScopedMTPDeviceMapEntry class manages the lifetime of the delegate via
|
| // MTPDeviceMapService class. Member functions and callbacks runs on the IO
|
| // thread.
|
| +// Note: caller must ensure that the deleting call is not made while there are
|
| +// outstanding async calls to the delegate.
|
| class MTPDeviceAsyncDelegate {
|
| public:
|
| // A callback to be called when GetFileInfo method call succeeds.
|
|
|