Chromium Code Reviews| 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..fda59b3fba3036bb6bb9add91378ba5c5baa75bf 100644 |
| --- a/chrome/common/extensions/api/accessibility_private.json |
| +++ b/chrome/common/extensions/api/accessibility_private.json |
| @@ -62,7 +62,13 @@ |
| "type": "array", |
| "items": { "$ref": "ScreenRect" }, |
| "description": "Array of rectangles to draw the accessibility focus ring around." |
| - } |
| + }, |
| + { |
|
xiyuan
2017/03/30 21:27:39
replace tab with spaces
dmazzoni
2017/03/30 21:34:52
Done.
|
| + "name": "color", |
| + "type": "string", |
| + "description": "CSS-style hex color string beginning with # like #FF9982 or #EEE.", |
| + "optional": true |
| + } |
| ] |
| }, |
| { |