| Index: chrome/common/extensions/api/file_browser_private.json
|
| diff --git a/chrome/common/extensions/api/file_browser_private.json b/chrome/common/extensions/api/file_browser_private.json
|
| index 939c12986dea6e33da1654c0e744758e52f1051e..ae9be830c27a5298eca148f9dc5d2bd931eee834 100644
|
| --- a/chrome/common/extensions/api/file_browser_private.json
|
| +++ b/chrome/common/extensions/api/file_browser_private.json
|
| @@ -422,7 +422,7 @@
|
| "description": "The unique identifier of task to execute."
|
| },
|
| {
|
| - "name": "fileURLs",
|
| + "name": "fileUrls",
|
| "type": "array",
|
| "description": "Array of file URLs",
|
| "items": { "type": "string" }
|
| @@ -452,7 +452,7 @@
|
| "description": "The unique identifier of task to mark as default."
|
| },
|
| {
|
| - "name": "fileURLs",
|
| + "name": "fileUrls",
|
| "type": "array",
|
| "description": "Array of selected file URLs to extract suffixes from.",
|
| "items": { "type": "string" }
|
| @@ -477,7 +477,7 @@
|
| "description": "Gets the list of tasks that can be performed over selected files.",
|
| "parameters": [
|
| {
|
| - "name": "fileURLs",
|
| + "name": "fileUrls",
|
| "type": "array",
|
| "description": "Array of selected file URLs",
|
| "items": { "type": "string" }
|
|
|