| Index: components/storage_monitor/test_media_transfer_protocol_manager_linux.h
|
| diff --git a/components/storage_monitor/test_media_transfer_protocol_manager_linux.h b/components/storage_monitor/test_media_transfer_protocol_manager_linux.h
|
| index 51d44c998a047003ca55ea268f3996dd4b24eab0..3503e339026dde92996046f3146c5ece54765cf4 100644
|
| --- a/components/storage_monitor/test_media_transfer_protocol_manager_linux.h
|
| +++ b/components/storage_monitor/test_media_transfer_protocol_manager_linux.h
|
| @@ -44,6 +44,13 @@ class TestMediaTransferProtocolManagerLinux
|
| const uint32 parent_id,
|
| const std::string& file_name,
|
| const CopyFileFromLocalCallback& callback) override;
|
| + void ReadDirectoryEntryIds(
|
| + const std::string& storage_handle,
|
| + const uint32 file_id,
|
| + const ReadDirectoryEntryIdsCallback& callback) override;
|
| + void DeleteObject(const std::string& storage_handle,
|
| + const uint32 object_id,
|
| + const DeleteObjectCallback& callback) override;
|
|
|
| DISALLOW_COPY_AND_ASSIGN(TestMediaTransferProtocolManagerLinux);
|
| };
|
|
|