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

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

Issue 23740004: Files.app: Let the file browser private tasks APIs use the auto-generated helper classes. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fixed the test. Created 7 years, 3 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/chromeos/file_manager/file_tasks_unittest.cc ('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 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" }
« no previous file with comments | « chrome/browser/chromeos/file_manager/file_tasks_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698