| Index: chrome/browser/resources/file_manager/common/js/util.js
|
| diff --git a/chrome/browser/resources/file_manager/common/js/util.js b/chrome/browser/resources/file_manager/common/js/util.js
|
| index 0230c7856d52cd7996685ff842dd9bd386700a2c..f6d92e6aa003f64bf35e366cc3e9e64c53941909 100644
|
| --- a/chrome/browser/resources/file_manager/common/js/util.js
|
| +++ b/chrome/browser/resources/file_manager/common/js/util.js
|
| @@ -1258,5 +1258,6 @@ util.VolumeType = Object.freeze({
|
| DRIVE: 'drive',
|
| DOWNLOADS: 'downloads',
|
| REMOVABLE: 'removable',
|
| - ARCHIVE: 'archive'
|
| + ARCHIVE: 'archive',
|
| + CLOUD_DEVICE: 'cloud_device'
|
| });
|
|
|