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

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

Issue 493453004: app_shell: Add audio and video capture support (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: (video-capture) rebase Created 6 years, 4 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: extensions/common/api/_permission_features.json
diff --git a/extensions/common/api/_permission_features.json b/extensions/common/api/_permission_features.json
index 512dd861f4a771a255aa42786b178907c49ab5ea..53cb9049eeaaa62aac962676c4e1bb9c8f0e7a3f 100644
--- a/extensions/common/api/_permission_features.json
+++ b/extensions/common/api/_permission_features.json
@@ -21,6 +21,25 @@
// chrome/test/data/extensions/api_test/stubs_app/manifest.json
{
+ "audioCapture": [
+ {
+ "channel": "stable",
+ "extension_types": ["platform_app"]
+ },
+ {
+ "channel": "stable",
+ "extension_types": ["extension"],
+ "whitelist": [
+ // http://crbug.com/292856
+ "3F50C3A83839D9C76334BCE81CDEC06174F266AF",
+ "09FDCB5851B8F3378DB630D06E316076E89C95A6",
+ "39BE69F11F68E4EED080DA3DC2394F7885B7AFF9",
+ "FF78670081967CE21DB86A04AD94A0498F01E20A",
+ // Hotword component extension
+ "62CCAAD339E6451BBF97C4BBDF758E934A05AD0B"
+ ]
+ }
+ ],
"dns": [
{
"channel": "dev",
@@ -112,5 +131,21 @@
"E24F1786D842E91E74C27929B0B3715A4689A473" // CryptoToken
]
}
+ ],
+ "videoCapture": [
+ {
+ "channel": "stable",
+ "extension_types": ["platform_app"]
+ },
+ {
+ "channel": "stable",
+ "extension_types": ["extension"],
+ "whitelist": [
+ // http://crbug.com/292856
+ "3F50C3A83839D9C76334BCE81CDEC06174F266AF",
+ "09FDCB5851B8F3378DB630D06E316076E89C95A6",
+ "A434B90223C3C52F2B69DB494736B63C612C774D"
+ ]
+ }
]
}

Powered by Google App Engine
This is Rietveld 408576698