Index: chrome/common/extensions/api/file_browser_handler.json |
diff --git a/chrome/common/extensions/api/file_browser_handler.json b/chrome/common/extensions/api/file_browser_handler.json |
index a50c2f58053a6f971aa1946b92128f3d46cc0baf..52855d3825f5c37599456ada5591f1bbf92a3011 100644 |
--- a/chrome/common/extensions/api/file_browser_handler.json |
+++ b/chrome/common/extensions/api/file_browser_handler.json |
@@ -61,7 +61,7 @@ |
"type": "string", |
"description": "Suggested name for the file." |
} |
- } |
+ } |
}, |
{ |
"name": "callback", |
@@ -80,6 +80,7 @@ |
"entry": { |
"type": "object", |
"constructor": "Entry", |
+ "additionalProperties": { "type": "any" }, |
"optional": true, |
"description": "Selected file entry. It will be null if a file hasn't been selected." |
} |