Chromium Code Reviews| 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..219d39175ef430636663a26b4a8c5ff71351790f 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. |
|
mtomasz
2015/07/01 08:57:45
(I'm going to remove configurable and watchable fr
|
| boolean configurable; |
| + // Whether supports configuration dialog. |
| + boolean watchable; |
| + |
| // Whether supports mounting multiple instances. |
| boolean multipleMounts; |