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

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

Issue 2857143002: Whitelist accessibilityPrivate APIs (Closed)
Patch Set: Use more fine grained permission to the touch start/stop components Created 3 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/extensions/api/_api_features.json
diff --git a/chrome/common/extensions/api/_api_features.json b/chrome/common/extensions/api/_api_features.json
index d5c5f57e71fb72fc239ea0efd5b8b0d29c8c3030..221bbf5f4b6293e04b63d5f2b8b83e53897cee7d 100644
--- a/chrome/common/extensions/api/_api_features.json
+++ b/chrome/common/extensions/api/_api_features.json
@@ -21,6 +21,40 @@
"dependencies": ["permission:accessibilityPrivate"],
"contexts": ["blessed_extension"]
},
+ "accessibilityPrivate.onTwoFingerTouchStart": {
+ "channel": "stable",
+ "contexts": ["blessed_extension"],
+ "dependencies": [],
+ "extension_types": ["platform_app"],
+ "session_types": ["kiosk"],
+ "whitelist": [
+ "E703483CEF33DEC18B4B6DD84B5C776FB9182BDB", // http://crbug.com/717501
+ "A3BC37E2148AC4E99BE4B16AF9D42DD1E592BBBE", // http://crbug.com/717501
+ "1C93BD3CF875F4A73C0B2A163BB8FBDA8B8B3D80", // http://crbug.com/717501
+ "307E96539209F95A1A8740C713E6998A73657D96", // http://crbug.com/717501
+ "4F25792AF1AA7483936DE29C07806F203C7170A0", // http://crbug.com/717501
+ "BD8781D757D830FC2E85470A1B6E8A718B7EE0D9", // http://crbug.com/717501
+ "4AC2B6C63C6480D150DFDA13E4A5956EB1D0DDBB", // http://crbug.com/717501
+ "81986D4F846CEDDDB962643FA501D1780DD441BB" // http://crbug.com/717501
+ ]
+ },
+ "accessibilityPrivate.onTwoFingerTouchStop": {
+ "channel": "stable",
+ "contexts": ["blessed_extension"],
+ "dependencies": [],
+ "extension_types": ["platform_app"],
+ "session_types": ["kiosk"],
+ "whitelist": [
+ "E703483CEF33DEC18B4B6DD84B5C776FB9182BDB", // http://crbug.com/717501
+ "A3BC37E2148AC4E99BE4B16AF9D42DD1E592BBBE", // http://crbug.com/717501
+ "1C93BD3CF875F4A73C0B2A163BB8FBDA8B8B3D80", // http://crbug.com/717501
+ "307E96539209F95A1A8740C713E6998A73657D96", // http://crbug.com/717501
+ "4F25792AF1AA7483936DE29C07806F203C7170A0", // http://crbug.com/717501
+ "BD8781D757D830FC2E85470A1B6E8A718B7EE0D9", // http://crbug.com/717501
+ "4AC2B6C63C6480D150DFDA13E4A5956EB1D0DDBB", // http://crbug.com/717501
+ "81986D4F846CEDDDB962643FA501D1780DD441BB" // http://crbug.com/717501
+ ]
+ },
"activityLogPrivate": {
"dependencies": ["permission:activityLogPrivate"],
"contexts": ["blessed_extension"]
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698