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

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: whitelist vk extension to take audioCapture and videoCapture permission 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 86dd3b1e6e016260fc6711fc2b5e138bd8ea986a..e082fd10bb12f56e1d5a469ca3afc07fa880a108 100644
--- a/chrome/common/extensions/api/_permission_features.json
+++ b/chrome/common/extensions/api/_permission_features.json
@@ -55,10 +55,16 @@
"extension_types": ["extension", "legacy_packaged_app"],
"location": "component"
},
- "audioCapture": {
+ "audioCapture": [{
"channel": "stable",
"extension_types": ["platform_app"]
- },
+ },{
+ "channel": "stable",
+ "extension_types": ["extension"],
+ "whitelist": [
+ "mppnpdlheglhdfmldimlhpnegondlapf" // http://crbug.com/292856
+ ]
+ }],
"background": [
{
"channel": "stable",
@@ -703,10 +709,16 @@
"channel": "stable",
"extension_types": ["platform_app"]
},
- "videoCapture": {
+ "videoCapture": [{
miket_OOO 2013/09/17 17:13:40 This whitespace style doesn't match the rest of th
bshe 2013/09/18 01:41:50 Done.
"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