| 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 6223cffc97ec881b51319c5ddb75331dd206fccd..21cf93a8c30107b67a02836675d6224d56dcadef 100644
|
| --- a/chrome/common/extensions/api/file_manager_private.idl
|
| +++ b/chrome/common/extensions/api/file_manager_private.idl
|
| @@ -279,6 +279,9 @@ dictionary VolumeMetadata {
|
| // Flag that specifies if volume is mounted in read-only mode.
|
| boolean isReadOnly;
|
|
|
| + // Flag that specifies whether the volume contains media.
|
| + boolean hasMedia;
|
| +
|
| // Additional data about mount, for example, that the filesystem is not
|
| // supported.
|
| MountCondition? mountCondition;
|
|
|