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

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

Issue 15255002: Files.app: Remove unused private API "chrome.fileBrowserPrivate.getFileLocations". (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 7 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
« no previous file with comments | « chrome/browser/extensions/extension_function_histogram_value.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 51257acc5bf68f2d815828a6e54027c1408e75fa..f4ca8c0c48dbd970b43ac54afdfcf81cff70021d 100644
--- a/chrome/common/extensions/api/file_browser_private.json
+++ b/chrome/common/extensions/api/file_browser_private.json
@@ -694,30 +694,6 @@
]
},
{
- "name": "getFileLocations",
- "description": "Get file locations",
- "parameters": [
- {
- "name": "fileUrls",
- "type": "array",
- "description": "Array of file URLs to check.",
- "items": { "type": "string" }
- },
- {
- "name": "callback",
- "type": "function",
- "parameters": [
- {
- "name" : "locations",
- "type": "array",
- "items": {"type": "string"},
- "description": "An array of the file locations for the requested files, one entry for each file in fileUrls."
- }
- ]
- }
- ]
- },
- {
"name": "getDriveFiles",
"description": "Get Drive files",
"parameters": [
« no previous file with comments | « chrome/browser/extensions/extension_function_histogram_value.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698