| 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 2205e7b5ef8ab7cb790b5bed35df66d944846893..a82ada7bc7368dcbca64cebd8cc3eac6ff0358b1 100644
|
| --- a/chrome/common/extensions/api/file_browser_private.json
|
| +++ b/chrome/common/extensions/api/file_browser_private.json
|
| @@ -426,7 +426,7 @@
|
| "description": "The unique identifier of task to execute."
|
| },
|
| {
|
| - "name": "fileURLs",
|
| + "name": "fileUrls",
|
| "type": "array",
|
| "description": "Array of file URLs",
|
| "items": { "type": "string" }
|
| @@ -456,7 +456,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" }
|
| @@ -481,7 +481,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" }
|
|
|