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": [ |