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

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

Issue 42743003: Adjust ChromeVox (spoken feedback) strings and make it possible for announcemen (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 7 years, 1 month 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
« no previous file with comments | « chrome/browser/chromeos/accessibility/accessibility_manager.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 da3536e92642427a7613a030f93b2a99c6af10d7..54df786508416fc95d3a1d6faaef2c22db5da4eb 100644
--- a/chrome/common/extensions/api/experimental_accessibility.json
+++ b/chrome/common/extensions/api/experimental_accessibility.json
@@ -293,6 +293,23 @@
"description": "Information about the menu that was closed."
}
]
+ },
+ {
+ "name": "onChromeVoxLoadStateChanged",
+ "type": "function",
+ "description": "Fired ChromeVox load state changes.",
+ "parameters": [
+ {
+ "type": "boolean",
+ "name": "loading",
+ "description": "True if ChromeVox is loading; false if ChromeVox is unloading."
+ },
+ {
+ "type": "boolean",
+ "name": "makeAnnouncements",
+ "description": "Whether to make introductory announcements."
+ }
+ ]
}
]
}
« no previous file with comments | « chrome/browser/chromeos/accessibility/accessibility_manager.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698