| Index: chrome/common/extensions/api/fileBrowserPrivate.json
|
| diff --git a/chrome/common/extensions/api/fileBrowserPrivate.json b/chrome/common/extensions/api/fileBrowserPrivate.json
|
| index 384eae5ea0047ecd696c4b2b232517ca8620cf4f..d2935986c1ec218cfedbe021941c738c6f173ee1 100644
|
| --- a/chrome/common/extensions/api/fileBrowserPrivate.json
|
| +++ b/chrome/common/extensions/api/fileBrowserPrivate.json
|
| @@ -284,6 +284,7 @@
|
| "name": "callback",
|
| "parameters": [
|
| {
|
| + "name": "result",
|
| "type": "object",
|
| "properties": {},
|
| "additionalProperties": {"type": "string"}
|
| @@ -365,6 +366,7 @@
|
| "description": "Selects multiple files.",
|
| "parameters": [
|
| {
|
| + "name": "selectedPaths",
|
| "type": "array",
|
| "description": "Array of selected paths",
|
| "items": {"type": "string"}
|
| @@ -377,10 +379,12 @@
|
| "description": "Selects a file.",
|
| "parameters": [
|
| {
|
| + "name": "selectedPath",
|
| "type": "string",
|
| "description": "A selected path"
|
| },
|
| {
|
| + "name": "index",
|
| "type": "integer",
|
| "description": "Index of Filter"
|
| }
|
|
|