Chromium Code Reviews| 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..f82e3ad03e73d4441fe296c5391533d4ef947b73 100644 |
| --- a/chrome/common/extensions/api/fileBrowserPrivate.json |
| +++ b/chrome/common/extensions/api/fileBrowserPrivate.json |
| @@ -361,7 +361,9 @@ |
| "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.", |
| + "properties": {}, |
|
not at google - send to devlin
2012/02/28 22:41:17
FYI: I just submitted a patch that makes this unne
calamity
2012/03/01 04:47:09
Removed.
|
| + "additionalProperties": {"type": "any"} |
| } |
| ] |
| } |
| @@ -470,7 +472,9 @@ |
| "name": "options", |
| "type": "object", |
| "description": "Name/value pairs for source specific options", |
| - "optional": "true" |
| + "optional": "true", |
| + "properties": {}, |
| + "additionalProperties": {"type": "any"} |
| } |
| ] |
| }, |