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

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: 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
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" }

Powered by Google App Engine
This is Rietveld 408576698