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

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

Issue 23454030: Whitelist virtual keyboard extension to accept audioCapture and videoCapture permissions (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: format nit 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
« no previous file with comments | « chrome/browser/media/media_capture_devices_dispatcher.cc ('k') | 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 d30aadb0aafb9d5193826f9fb158804d3472d793..363e8101d3eef58c6c0ef15e91e77555f7405149 100644
--- a/chrome/common/extensions/api/_permission_features.json
+++ b/chrome/common/extensions/api/_permission_features.json
@@ -56,10 +56,19 @@
"extension_types": ["extension", "legacy_packaged_app"],
"location": "component"
},
- "audioCapture": {
- "channel": "stable",
- "extension_types": ["platform_app"]
- },
+ "audioCapture": [
+ {
+ "channel": "stable",
+ "extension_types": ["platform_app"]
+ },
+ {
+ "channel": "stable",
+ "extension_types": ["extension"],
+ "whitelist": [
+ "mppnpdlheglhdfmldimlhpnegondlapf" // http://crbug.com/292856
+ ]
+ }
+ ],
"background": [
{
"channel": "stable",
@@ -697,10 +706,19 @@
"channel": "stable",
"extension_types": ["platform_app"]
},
- "videoCapture": {
- "channel": "stable",
- "extension_types": ["platform_app"]
- },
+ "videoCapture": [
+ {
+ "channel": "stable",
+ "extension_types": ["platform_app"]
+ },
+ {
+ "channel": "stable",
+ "extension_types": ["extension"],
+ "whitelist": [
+ "mppnpdlheglhdfmldimlhpnegondlapf" // http://crbug.com/292856
+ ]
+ }
+ ],
"virtualKeyboardPrivate": {
"channel": "stable",
"whitelist": [
« no previous file with comments | « chrome/browser/media/media_capture_devices_dispatcher.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698