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

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

Issue 2857143002: Whitelist accessibilityPrivate APIs (Closed)
Patch Set: 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
« 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/_permission_features.json
diff --git a/chrome/common/extensions/api/_permission_features.json b/chrome/common/extensions/api/_permission_features.json
index 7f1f6605f3d0f8269540dec151e3aee26fd19941..91ef2b285795182925b74cf25eb1ef996fae34fd 100644
--- a/chrome/common/extensions/api/_permission_features.json
+++ b/chrome/common/extensions/api/_permission_features.json
@@ -22,7 +22,17 @@
"accessibilityPrivate": {
lazyboy 2017/05/09 16:28:25 Add two separate entries for accessibilityPrivate.
"channel": "stable",
"extension_types": ["extension", "legacy_packaged_app", "platform_app"],
- "whitelist": [ "2FCBCE08B34CCA1728A85F1EFBD9A34DD2558B2E" ]
+ "whitelist": [
+ "2FCBCE08B34CCA1728A85F1EFBD9A34DD2558B2E",
dmazzoni 2017/05/03 15:05:21 Comment this one as ChromeVox
+ "E703483CEF33DEC18B4B6DD84B5C776FB9182BDB", // http://crbug.com/717501
dmazzoni 2017/05/03 15:05:21 Rather than a bug, comment it with the name of the
lazyboy 2017/05/09 16:28:25 +1
+ "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
+ ]
},
"activeTab": {
"channel": "stable",
« 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