| 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 42eafba03e8d26903e18de586b8de03b1a2f7a6f..d062f459db11044a199df92ed70a65ec023f1a88 100644
|
| --- a/chrome/common/extensions/api/file_manager_private.idl
|
| +++ b/chrome/common/extensions/api/file_manager_private.idl
|
| @@ -334,6 +334,9 @@ dictionary VolumeMetadata {
|
| // Flag that specifies whether the volume is configurable.
|
| boolean configurable;
|
|
|
| + // Flag that specifies whether the volume is watchable.
|
| + boolean watchable;
|
| +
|
| // Additional data about mount, for example, that the filesystem is not
|
| // supported.
|
| MountCondition? mountCondition;
|
| @@ -531,6 +534,9 @@ dictionary ProvidingExtension {
|
| // Whether supports configuration dialog.
|
| boolean configurable;
|
|
|
| + // Whether supports watching entries.
|
| + boolean watchable;
|
| +
|
| // Whether supports mounting multiple instances.
|
| boolean multipleMounts;
|
|
|
|
|