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

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

Issue 14655010: Revert 198556 "Implement the rest of the audio API." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 7 years, 7 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: trunk/src/chrome/common/extensions/api/_permission_features.json
===================================================================
--- trunk/src/chrome/common/extensions/api/_permission_features.json (revision 198567)
+++ trunk/src/chrome/common/extensions/api/_permission_features.json (working copy)
@@ -25,20 +25,10 @@
"channel": "stable",
"extension_types": ["platform_app"]
},
- "audio": [
- {
- "channel": "dev",
- "extension_types": ["platform_app"]
- },
- {
- "channel": "stable",
- "extension_types": ["platform_app"],
- "whitelist": [
- "8C3741E3AF0B93B6E8E0DDD499BB0B74839EA578",
- "E703483CEF33DEC18B4B6DD84B5C776FB9182BDB"
- ]
- }
- ],
+ "audio": {
+ "channel": "stable",
+ "extension_types": ["platform_app"]
+ },
"autotestPrivate": {
"channel": "stable",
"extension_types": ["extension", "packaged_app"],

Powered by Google App Engine
This is Rietveld 408576698