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

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

Issue 23717020: Add stubs for brailleDisplayPrivate extension API. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@lkgr
Patch Set: Issues flagged by trybots Created 7 years, 3 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/_permission_features.json
diff --git a/chrome/common/extensions/api/_permission_features.json b/chrome/common/extensions/api/_permission_features.json
index c5ca17b225a7851e894ad6d89c8ed94e064be631..071754e7af5955356a248d060c18ebf6c73b71a2 100644
--- a/chrome/common/extensions/api/_permission_features.json
+++ b/chrome/common/extensions/api/_permission_features.json
@@ -82,6 +82,10 @@
"channel": "stable",
"extension_types": ["extension", "legacy_packaged_app"]
},
+ "brailleDisplayPrivate": {
+ "channel": "dev",
+ "extension_types": ["extension", "legacy_packaged_app", "platform_app"]
+ },
not at google - send to devlin 2013/09/03 14:35:35 you want to whitelist this for chromevox, or at le
Peter Lundblad 2013/09/03 23:03:34 Whitelisted for component apps.
"browsingData": {
"channel": "stable",
"extension_types": ["extension", "legacy_packaged_app"]

Powered by Google App Engine
This is Rietveld 408576698