Index: chrome/common/extensions/api/fileBrowserPrivate.json |
diff --git a/chrome/common/extensions/api/fileBrowserPrivate.json b/chrome/common/extensions/api/fileBrowserPrivate.json |
index 2b5e8df0183564bc6bad4f2cfc647b3a028940c5..e2fb15c0f57142dde6b6c8635fd79fce429912b8 100644 |
--- a/chrome/common/extensions/api/fileBrowserPrivate.json |
+++ b/chrome/common/extensions/api/fileBrowserPrivate.json |
@@ -293,7 +293,6 @@ |
{ |
"name": "result", |
"type": "object", |
- "properties": {}, |
"additionalProperties": {"type": "string"} |
} |
] |
@@ -361,7 +360,8 @@ |
"name" : "fileSystem", |
"type": "object", |
"optional": "true", |
- "description": "A DOMFileSystem instance for local file system access. null if the caller has no appropriate permissions." |
+ "description": "A DOMFileSystem instance for local file system access. null if the caller has no appropriate permissions.", |
+ "additionalProperties": {"type": "any"} |
} |
] |
} |
@@ -470,7 +470,8 @@ |
"name": "options", |
"type": "object", |
"description": "Name/value pairs for source specific options", |
- "optional": "true" |
+ "optional": "true", |
+ "additionalProperties": {"type": "any"} |
} |
] |
}, |