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

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

Issue 9491002: json_schema_compiler: any, additionalProperties, functions on types (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: add any in arrays to util.h 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
« no previous file with comments | « chrome/common/extensions/api/experimental.app.json ('k') | tools/json_schema_compiler/any.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/extensions/api/webstorePrivate.json
diff --git a/chrome/common/extensions/api/webstorePrivate.json b/chrome/common/extensions/api/webstorePrivate.json
index a3839de9a67edcc342abdc14df5d2eace9092b48..94a069710457800616cec26865e3dfeaeae8a162 100644
--- a/chrome/common/extensions/api/webstorePrivate.json
+++ b/chrome/common/extensions/api/webstorePrivate.json
@@ -208,7 +208,12 @@
"description": "Sets a preference value with the store login.",
"parameters": [
{ "name": "login", "type": "string" },
- { "name": "callback", "type": "function", "optional": "true" }
+ {
+ "name": "callback",
+ "type": "function",
+ "optional": "true",
+ "parameters": []
+ }
]
},
{
« no previous file with comments | « chrome/common/extensions/api/experimental.app.json ('k') | tools/json_schema_compiler/any.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698