| Index: chrome/common/extensions/api/file_browser_private.idl
|
| diff --git a/chrome/common/extensions/api/file_browser_private.idl b/chrome/common/extensions/api/file_browser_private.idl
|
| index 514edc65db535f8bc35716d09a18f931ed315376..4614fa3a5e988760635930c6de9e02b97f2ce9d2 100644
|
| --- a/chrome/common/extensions/api/file_browser_private.idl
|
| +++ b/chrome/common/extensions/api/file_browser_private.idl
|
| @@ -8,7 +8,8 @@
|
| implemented_in="chrome/browser/chromeos/extensions/file_manager/file_browser_private_api_functions.h"]
|
| namespace fileBrowserPrivate {
|
| // Type of the mounted volume.
|
| -enum VolumeType { drive, downloads, removable, archive, cloud_device, testing };
|
| +enum VolumeType { drive, downloads, removable, archive, cloud_device, provided,
|
| + testing };
|
|
|
| // Device type. Available if this is removable volume.
|
| enum DeviceType { usb, sd, optical, mobile, unknown };
|
|
|