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." |
+ } |
+ ] |
} |
] |
} |