| Index: ui/file_manager/file_manager/common/js/util.js
|
| diff --git a/ui/file_manager/file_manager/common/js/util.js b/ui/file_manager/file_manager/common/js/util.js
|
| index 9f16212bd99c5c5ead30938e5cfe20e8fbfda7b3..e6bf859fe07a3dd89c786b550fada83e0725da27 100644
|
| --- a/ui/file_manager/file_manager/common/js/util.js
|
| +++ b/ui/file_manager/file_manager/common/js/util.js
|
| @@ -949,6 +949,7 @@ util.getRootTypeLabel = function(locationInfo) {
|
| case VolumeManagerCommon.RootType.REMOVABLE:
|
| case VolumeManagerCommon.RootType.MTP:
|
| case VolumeManagerCommon.RootType.PROVIDED:
|
| + case VolumeManagerCommon.RootType.PLUGIN_PROVIDED:
|
| return locationInfo.volumeInfo.label;
|
| default:
|
| console.error('Unsupported root type: ' + locationInfo.rootType);
|
|
|