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

Unified Diff: chrome/common/extensions/api/accessibility_private.json

Issue 2789583004: Add a color argument to accessibilityPrivate.setFocusRing (Closed)
Patch Set: Created 3 years, 9 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/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
+ }
]
},
{

Powered by Google App Engine
This is Rietveld 408576698