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

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

Issue 2688773002: Restrict deprecated parts of audio API usage to whitelisted apps (Closed)
Patch Set: . Created 3 years, 10 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 | « extensions/browser/api/audio/audio_service_chromeos.cc ('k') | extensions/common/api/audio.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/common/api/_behavior_features.json
diff --git a/extensions/common/api/_behavior_features.json b/extensions/common/api/_behavior_features.json
index aa22ae49d1df8fdf8ec9cca3bab5d5091d5809b4..c4b4fe111a028abbdac4877363aa79f8ed7e137e 100644
--- a/extensions/common/api/_behavior_features.json
+++ b/extensions/common/api/_behavior_features.json
@@ -83,5 +83,20 @@
"CBCC42ABED43A4B58FE3810E62AFFA010EB0349F", // PDF Viewer
"2FCBCE08B34CCA1728A85F1EFBD9A34DD2558B2E" // ChromeVox
]
- }]
+ }],
+ "allow_deprecated_audio_api": {
+ "channel": "stable",
+ "extension_types": ["platform_app"],
+ "whitelist": [
+ "8C3741E3AF0B93B6E8E0DDD499BB0B74839EA578",
+ "E703483CEF33DEC18B4B6DD84B5C776FB9182BDB",
+ "A3BC37E2148AC4E99BE4B16AF9D42DD1E592BBBE", // http://crbug.com/335729
+ "1C93BD3CF875F4A73C0B2A163BB8FBDA8B8B3D80", // http://crbug.com/335729
+ "307E96539209F95A1A8740C713E6998A73657D96", // http://crbug.com/335729
+ "4F25792AF1AA7483936DE29C07806F203C7170A0", // http://crbug.com/407693
+ "BD8781D757D830FC2E85470A1B6E8A718B7EE0D9", // http://crbug.com/407693
+ "4AC2B6C63C6480D150DFDA13E4A5956EB1D0DDBB", // http://crbug.com/407693
+ "81986D4F846CEDDDB962643FA501D1780DD441BB" // http://crbug.com/407693
+ ]
+ }
}
« no previous file with comments | « extensions/browser/api/audio/audio_service_chromeos.cc ('k') | extensions/common/api/audio.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698