| 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 a7f4fb0d64f07a4d168462f957062afca6ec2c0e..58885267cdbad164605f38604ebb5c6619759b18 100644
|
| --- a/chrome/common/extensions/api/file_manager_private.idl
|
| +++ b/chrome/common/extensions/api/file_manager_private.idl
|
| @@ -347,6 +347,10 @@ dictionary VolumeMetadata {
|
| // Flag that specifies if volume is mounted in read-only mode.
|
| boolean isReadOnly;
|
|
|
| + // Flag that specifies if the device is write-protected.
|
| + // Valid only for the volumes of removable device partitions.
|
| + boolean isReadOnlyRemovableDevice;
|
| +
|
| // Flag that specifies whether the volume contains media.
|
| boolean hasMedia;
|
|
|
|
|