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

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

Issue 141073003: Enable Desktop Capture API for all apps in Stable channel. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 11 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 | « no previous file | 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 4d1028d50e8e252260f348a6e28f9128f24d64ef..185d2746b6bcbca830317db3b6c36f7e62977976 100644
--- a/chrome/common/extensions/api/_permission_features.json
+++ b/chrome/common/extensions/api/_permission_features.json
@@ -285,21 +285,10 @@
"whitelist": ["BC3A0F8D5AE0DE6454D74AB376EBCC59E10CDD5A"]
}
],
- "desktopCapture": [
- {
- "channel": "beta",
- "extension_types": ["extension", "platform_app"]
- },
- {
- "channel": "stable",
- "extension_types": ["extension", "platform_app"],
- "whitelist": [
- "80B9DC58E5210749F052F5B4DB239C50CF72AEB6",
- // Hangout Services component extension.
- "DF84F03F9B960409CCDE0D895B9650EBE81C0A8E"
- ]
- }
- ],
+ "desktopCapture": {
+ "channel": "stable",
+ "extension_types": ["extension", "platform_app"]
+ },
"dns": [
{
"channel": "dev",
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698