| Index: chrome/common/extensions/api/accessibility_private.json
|
| diff --git a/chrome/common/extensions/api/accessibility_private.json b/chrome/common/extensions/api/accessibility_private.json
|
| index f5b53a8ceefc59efa8a1360a98908c38b0934933..64baa42b84a1dcc13975f49a4596a5705b18be91 100644
|
| --- a/chrome/common/extensions/api/accessibility_private.json
|
| +++ b/chrome/common/extensions/api/accessibility_private.json
|
| @@ -62,6 +62,12 @@
|
| "type": "array",
|
| "items": { "$ref": "ScreenRect" },
|
| "description": "Array of rectangles to draw the accessibility focus ring around."
|
| + },
|
| + {
|
| + "name": "color",
|
| + "type": "string",
|
| + "description": "CSS-style hex color string beginning with # like #FF9982 or #EEE.",
|
| + "optional": true
|
| }
|
| ]
|
| },
|
|
|