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

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

Issue 1785833002: Add 5 experimental accessibility features on Chrome OS. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Change option_name to option-name Created 4 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_features.json
diff --git a/chrome/common/extensions/api/accessibility_features.json b/chrome/common/extensions/api/accessibility_features.json
index 105a9bddcfc48d7eb4c59d6880de8c8f7f25dbc6..4311c073b93929a051fde27c99c2146e8e13e447 100644
--- a/chrome/common/extensions/api/accessibility_features.json
+++ b/chrome/common/extensions/api/accessibility_features.json
@@ -49,6 +49,36 @@
"value": ["virtualKeyboard", {"type": "boolean"}],
"platforms": ["chromeos"]
},
+ "caretHighlight": {
+ "$ref": "types.ChromeSetting",
+ "description": "<p><strong>ChromeOS only.</strong></p><p>Caret highlighting. The value indicates whether the feature is enabled or not. <code>get()</code> requires <code>accessibilityFeatures.read</code> permission. <code>set()</code> and <code>clear()</code> require <code>accessibilityFeatures.modify</code> permission.</p>",
+ "value": ["caretHighlight", {"type": "boolean"}],
+ "platforms": ["chromeos"]
+ },
+ "cursorHighlight": {
+ "$ref": "types.ChromeSetting",
+ "description": "<p><strong>ChromeOS only.</strong></p><p>Cursor highlighting. The value indicates whether the feature is enabled or not. <code>get()</code> requires <code>accessibilityFeatures.read</code> permission. <code>set()</code> and <code>clear()</code> require <code>accessibilityFeatures.modify</code> permission.</p>",
+ "value": ["cursorHighlight", {"type": "boolean"}],
+ "platforms": ["chromeos"]
+ },
+ "focusHighlight": {
+ "$ref": "types.ChromeSetting",
+ "description": "<p><strong>ChromeOS only.</strong></p><p>Focus highlighting. The value indicates whether the feature is enabled or not. <code>get()</code> requires <code>accessibilityFeatures.read</code> permission. <code>set()</code> and <code>clear()</code> require <code>accessibilityFeatures.modify</code> permission.</p>",
+ "value": ["focusHighlight", {"type": "boolean"}],
+ "platforms": ["chromeos"]
+ },
+ "selectToSpeak": {
+ "$ref": "types.ChromeSetting",
+ "description": "<p><strong>ChromeOS only.</strong></p><p>Select-to-speak. The value indicates whether the feature is enabled or not. <code>get()</code> requires <code>accessibilityFeatures.read</code> permission. <code>set()</code> and <code>clear()</code> require <code>accessibilityFeatures.modify</code> permission.</p>",
+ "value": ["selectToSpeak", {"type": "boolean"}],
+ "platforms": ["chromeos"]
+ },
+ "switchAccess": {
+ "$ref": "types.ChromeSetting",
+ "description": "<p><strong>ChromeOS only.</strong></p><p>Switch access. The value indicates whether the feature is enabled or not. <code>get()</code> requires <code>accessibilityFeatures.read</code> permission. <code>set()</code> and <code>clear()</code> require <code>accessibilityFeatures.modify</code> permission.</p>",
+ "value": ["switchAccess", {"type": "boolean"}],
+ "platforms": ["chromeos"]
+ },
"animationPolicy": {
"$ref": "types.ChromeSetting",
"description": "<code>get()</code> requires <code>accessibilityFeatures.read</code> permission. <code>set()</code> and <code>clear()</code> require <code>accessibilityFeatures.modify</code> permission.",
« no previous file with comments | « chrome/browser/ui/webui/options/browser_options_handler.cc ('k') | chrome/common/extensions/api/chromeos_info_private.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698