| 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 71b6702b1515f62916a9de124bc07bc782066e5f..3332f7b5123348d6c5612b02d79b227451f7697e 100644
|
| --- a/chrome/common/extensions/api/file_browser_private.idl
|
| +++ b/chrome/common/extensions/api/file_browser_private.idl
|
| @@ -8,7 +8,7 @@
|
| 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 };
|
| + enum VolumeType { drive, downloads, removable, archive, privet };
|
|
|
| // Device type. Available if this is removable volume.
|
| enum DeviceType { usb, sd, optical, mobile, unknown };
|
|
|