Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(7177)

Unified Diff: chrome/common/extensions/api/file_browser_private.json

Issue 22181002: Remove fileBrowserPrivate.transferFile. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Address review comments. Created 7 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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": [

Powered by Google App Engine
This is Rietveld 408576698