| 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..89a43a805fad28d618c32091da53c38ecb12fb92 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 isReadOnlyHardware;
|
| +
|
| // Flag that specifies whether the volume contains media.
|
| boolean hasMedia;
|
|
|
|
|