| 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 54594d2e75d538379ac22f5d48e9fb1f5bcc93e6..ba52544e1ed8b365acaa7fec7a61dae594054af6 100644
|
| --- a/chrome/common/extensions/api/file_browser_private.json
|
| +++ b/chrome/common/extensions/api/file_browser_private.json
|
| @@ -803,29 +803,6 @@
|
| ]
|
| },
|
| {
|
| - "name": "transferFile",
|
| - "description": "Transfers file from local to remote file system.",
|
| - "parameters": [
|
| - {
|
| - "name": "sourceFileUrl",
|
| - "type": "string",
|
| - "description": "Source file from the local file system."
|
| - },
|
| - {
|
| - "name": "destinationFileUrl",
|
| - "type": "string",
|
| - "description": "Destination file on the remote file system."
|
| - },
|
| - {
|
| - "name": "callback",
|
| - "type": "function",
|
| - "optional": true,
|
| - "description": "Completion callback. $ref:runtime.lastError will be set if there was an error.",
|
| - "parameters": []
|
| - }
|
| - ]
|
| - },
|
| - {
|
| "name": "cancelFileTransfers",
|
| "description": "Cancels ongoing file transfers for selected files.",
|
| "parameters": [
|
|
|