| Index: ui/file_manager/file_manager/common/js/volume_manager_common.js
|
| diff --git a/ui/file_manager/file_manager/common/js/volume_manager_common.js b/ui/file_manager/file_manager/common/js/volume_manager_common.js
|
| index 255f5548b587da93ff11f26f8e4699dda5e8f8e7..9b33a819d11967e926a32a994fa8b07879e9404b 100644
|
| --- a/ui/file_manager/file_manager/common/js/volume_manager_common.js
|
| +++ b/ui/file_manager/file_manager/common/js/volume_manager_common.js
|
| @@ -108,7 +108,8 @@ VolumeManagerCommon.VolumeType = Object.freeze({
|
| DOWNLOADS: 'downloads',
|
| REMOVABLE: 'removable',
|
| ARCHIVE: 'archive',
|
| - CLOUD_DEVICE: 'cloud_device'
|
| + CLOUD_DEVICE: 'cloud_device',
|
| + MTP: 'mtp',
|
| });
|
|
|
|
|
|
|