| 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 21cf93a8c30107b67a02836675d6224d56dcadef..6223cffc97ec881b51319c5ddb75331dd206fccd 100644
|
| --- a/chrome/common/extensions/api/file_manager_private.idl
|
| +++ b/chrome/common/extensions/api/file_manager_private.idl
|
| @@ -279,9 +279,6 @@
|
| // 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;
|
|
|