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

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

Issue 2808053004: Fire accessibilityPrivate events on two-finger hold gesture. (Closed)
Patch Set: Rebase Created 3 years, 8 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 64baa42b84a1dcc13975f49a4596a5705b18be91..0b9f629f1defebdc7057e17d586e91fc53bd6e91 100644
--- a/chrome/common/extensions/api/accessibility_private.json
+++ b/chrome/common/extensions/api/accessibility_private.json
@@ -118,6 +118,18 @@
"$ref": "Gesture"
}
]
+ },
+ {
+ "name": "onTwoFingerTouchStart",
+ "type": "function",
+ "description": "Fired when we first detect two fingers are held down, which can be used to toggle spoken feedback on some touch-only devices.",
+ "parameters": []
+ },
+ {
+ "name": "onTwoFingerTouchStop",
+ "type": "function",
+ "description": "Fired when the user is no longer holding down two fingers (including releasing one, holding down three, or moving them).",
+ "parameters": []
}
]
}

Powered by Google App Engine
This is Rietveld 408576698