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

Unified Diff: chrome/common/extensions/api/experimental.app.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
Index: chrome/common/extensions/api/experimental.app.json
diff --git a/chrome/common/extensions/api/experimental.app.json b/chrome/common/extensions/api/experimental.app.json
index 2cd1fc8fb56ad5d38aae52388971b4f3a84ccdb1..afc867a748abfe868cd9fe88813003207ef75a5f 100644
--- a/chrome/common/extensions/api/experimental.app.json
+++ b/chrome/common/extensions/api/experimental.app.json
@@ -68,7 +68,8 @@
"type": "function",
"name": "callback",
"optional": true,
- "description": "A callback when the function is complete. Any errors will be reported in <a href='extension.html#property-lastError'>chrome.extension.lastError</a>."
+ "description": "A callback when the function is complete. Any errors will be reported in <a href='extension.html#property-lastError'>chrome.extension.lastError</a>.",
+ "parameters": []
}
]
},
@@ -102,7 +103,8 @@
"type": "function",
"name": "callback",
"optional": true,
- "description": "A callback when the function is complete. Any errors will be reported in <a href='extension.html#property-lastError'>chrome.extension.lastError</a>."
+ "description": "A callback when the function is complete. Any errors will be reported in <a href='extension.html#property-lastError'>chrome.extension.lastError</a>.",
+ "parameters": []
}
]
},
@@ -128,7 +130,8 @@
"type": "function",
"name": "callback",
"optional": true,
- "description": "A callback when the function is complete. Any errors will be reported in <a href='extension.html#property-lastError'>chrome.extension.lastError</a>."
+ "description": "A callback when the function is complete. Any errors will be reported in <a href='extension.html#property-lastError'>chrome.extension.lastError</a>.",
+ "parameters": []
}
]
}
« no previous file with comments | « chrome/common/extensions/api/experimental.accessibility.json ('k') | chrome/common/extensions/api/webstorePrivate.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698