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

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

Issue 1953613002: Make touch accessibility gestures work with ChromeVox Next (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 4 years, 7 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 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"
asargent_no_longer_on_chrome 2016/05/09 19:04:54 optional suggestion: since the values of this come
dmazzoni 2016/05/09 20:03:33 Done.
+ }
+ ]
}
]
}
« no previous file with comments | « chrome/browser/ui/ash/chrome_shell_delegate_chromeos.cc ('k') | extensions/browser/extension_event_histogram_value.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698