| 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 66fbaf890f2e4b0314a7889d0f29f21ffea2f356..2d0f72951434b2bd9c0209b166f7bc6e92e4e32b 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
|
| @@ -130,3 +130,11 @@ VolumeManagerCommon.VolumeType = {
|
| PROVIDED: 'provided'
|
| };
|
| Object.freeze(VolumeManagerCommon.VolumeType);
|
| +
|
| +/**
|
| + * @typedef {{
|
| + * type: VolumeManagerCommon.DriveConnectionType,
|
| + * reason: VolumeManagerCommon.DriveConnectionReason
|
| + * }}
|
| + */
|
| +VolumeManagerCommon.DriveConnectionState;
|
|
|