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

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

Issue 8958023: Added missing names in extension api jsons (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Fixed a typo Created 9 years 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/fileBrowserPrivate.json
diff --git a/chrome/common/extensions/api/fileBrowserPrivate.json b/chrome/common/extensions/api/fileBrowserPrivate.json
index 384eae5ea0047ecd696c4b2b232517ca8620cf4f..d2935986c1ec218cfedbe021941c738c6f173ee1 100644
--- a/chrome/common/extensions/api/fileBrowserPrivate.json
+++ b/chrome/common/extensions/api/fileBrowserPrivate.json
@@ -284,6 +284,7 @@
"name": "callback",
"parameters": [
{
+ "name": "result",
"type": "object",
"properties": {},
"additionalProperties": {"type": "string"}
@@ -365,6 +366,7 @@
"description": "Selects multiple files.",
"parameters": [
{
+ "name": "selectedPaths",
"type": "array",
"description": "Array of selected paths",
"items": {"type": "string"}
@@ -377,10 +379,12 @@
"description": "Selects a file.",
"parameters": [
{
+ "name": "selectedPath",
"type": "string",
"description": "A selected path"
},
{
+ "name": "index",
"type": "integer",
"description": "Index of Filter"
}
« no previous file with comments | « chrome/common/extensions/api/experimental.input.ui.json ('k') | chrome/common/extensions/api/mediaPlayerPrivate.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698