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

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

Issue 12381035: Move Mime type handling to streamsPrivate API, so that it works on Desktop Chrome. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Fix base files Created 7 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
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 339c688113722879810ddf377b3deaa424bdba03..44dfd9d16533b3bddfb64c820ae0cebce9b791bc 100644
--- a/chrome/common/extensions/api/_permission_features.json
+++ b/chrome/common/extensions/api/_permission_features.json
@@ -321,6 +321,10 @@
"channel": "dev",
"extension_types": ["extension", "packaged_app"]
},
+ "streamsPrivate": {
+ "channel": "stable",
+ "extension_types": ["extension", "packaged_app", "platform_app"]
Matt Perry 2013/03/01 22:15:16 I think you can move the whitelist here instead of
Zachary Kuznia 2013/03/04 06:09:43 Done.
+ },
"socket": {
"channel": "stable",
"extension_types": ["platform_app"]

Powered by Google App Engine
This is Rietveld 408576698