| 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 a43cf9af53abdf3f20282b1241c05108f1135e0c..abe841ebe990debac00719c91c9ae617ead7e7a2 100644
|
| --- a/chrome/common/extensions/api/accessibility_private.json
|
| +++ b/chrome/common/extensions/api/accessibility_private.json
|
| @@ -82,6 +82,17 @@
|
| "name": "onIntroduceChromeVox",
|
| "type": "function",
|
| "description": "Fired whenever ChromeVox should output introduction."
|
| + },
|
| + {
|
| + "name": "onAccessibilityGesture",
|
| + "type": "function",
|
| + "description": "Fired when an accessibility gesture is detected by the touch exploration controller.",
|
| + "parameters": [
|
| + {
|
| + "name": "gesture",
|
| + "type": "string"
|
| + }
|
| + ]
|
| }
|
| ]
|
| }
|
|
|