| Index: chrome/common/extensions/api/file_manager_private.idl
|
| diff --git a/chrome/common/extensions/api/file_manager_private.idl b/chrome/common/extensions/api/file_manager_private.idl
|
| index 7e6c96831e2b4efdf29ca689f0e550eb7aabcdc2..10e612155930ab37f4b40232f510c6176bd84859 100644
|
| --- a/chrome/common/extensions/api/file_manager_private.idl
|
| +++ b/chrome/common/extensions/api/file_manager_private.idl
|
| @@ -9,7 +9,7 @@
|
| namespace fileManagerPrivate {
|
| // Type of the mounted volume.
|
| enum VolumeType { drive, downloads, removable, archive, provided, mtp,
|
| - testing };
|
| + testing, plugin_provided };
|
|
|
| // Device type. Available if this is removable volume.
|
| enum DeviceType { usb, sd, optical, mobile, unknown };
|
|
|