Index: chrome/common/extensions/api/extension_api.json |
diff --git a/chrome/common/extensions/api/extension_api.json b/chrome/common/extensions/api/extension_api.json |
index 9777066b99a9b30929fd118f8637e0a058ad36a4..1326a40552d834dd83525b02f525d4f03fdf5d0f 100644 |
--- a/chrome/common/extensions/api/extension_api.json |
+++ b/chrome/common/extensions/api/extension_api.json |
@@ -6627,6 +6627,10 @@ |
"type": "string", |
"enum": ["device", "file", "network"], |
"description": "Type of the mount." |
+ }, |
+ "mountCondition": { |
+ "type": "string", |
+ "description": "Additional data about mount, for example, that the filesystem is not supported." |
} |
} |
}, |