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

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

Issue 9491002: json_schema_compiler: any, additionalProperties, functions on types (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: remove whitespace Created 8 years, 10 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/fileBrowserPrivate.json
diff --git a/chrome/common/extensions/api/fileBrowserPrivate.json b/chrome/common/extensions/api/fileBrowserPrivate.json
index 2b5e8df0183564bc6bad4f2cfc647b3a028940c5..f82e3ad03e73d4441fe296c5391533d4ef947b73 100644
--- a/chrome/common/extensions/api/fileBrowserPrivate.json
+++ b/chrome/common/extensions/api/fileBrowserPrivate.json
@@ -361,7 +361,9 @@
"name" : "fileSystem",
"type": "object",
"optional": "true",
- "description": "A DOMFileSystem instance for local file system access. null if the caller has no appropriate permissions."
+ "description": "A DOMFileSystem instance for local file system access. null if the caller has no appropriate permissions.",
+ "properties": {},
not at google - send to devlin 2012/02/28 22:41:17 FYI: I just submitted a patch that makes this unne
calamity 2012/03/01 04:47:09 Removed.
+ "additionalProperties": {"type": "any"}
}
]
}
@@ -470,7 +472,9 @@
"name": "options",
"type": "object",
"description": "Name/value pairs for source specific options",
- "optional": "true"
+ "optional": "true",
+ "properties": {},
+ "additionalProperties": {"type": "any"}
}
]
},

Powered by Google App Engine
This is Rietveld 408576698