| 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
|
| }
|
| ]
|
| }
|
|
|