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

Unified Diff: chrome/common/extensions/api/experimental.accessibility.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/devtools_api.json ('k') | chrome/common/extensions/api/experimental.app.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/extensions/api/experimental.accessibility.json
diff --git a/chrome/common/extensions/api/experimental.accessibility.json b/chrome/common/extensions/api/experimental.accessibility.json
index eaf950a2f634bae3e96d71853e658111e12c7023..5cc2ae6f0d7cd0a952bdbacfa878e9b83d50bbe4 100644
--- a/chrome/common/extensions/api/experimental.accessibility.json
+++ b/chrome/common/extensions/api/experimental.accessibility.json
@@ -149,10 +149,8 @@
{
"name": "control",
"description": "Details of the currently focused control, or null if nothing is focused.",
- "choices": [
- { "$ref": "AccessibilityObject" },
- { "type": "null" }
- ]
+ "$ref": "AccessibilityObject",
+ "optional": true
}
]
}
« no previous file with comments | « chrome/common/extensions/api/devtools_api.json ('k') | chrome/common/extensions/api/experimental.app.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698