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

Unified Diff: chrome/common/extensions/api/_manifest_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/_manifest_features.json
diff --git a/chrome/common/extensions/api/_manifest_features.json b/chrome/common/extensions/api/_manifest_features.json
index cd83e71c90d6e0dd3fcd48d2afa9622c68bc04ac..8acc20969e6250b07e1e0a9267d2e963e2c797eb 100644
--- a/chrome/common/extensions/api/_manifest_features.json
+++ b/chrome/common/extensions/api/_manifest_features.json
@@ -181,6 +181,10 @@
"channel": "stable",
"extension_types": "all"
},
+ "mime_types": {
+ "channel": "stable",
+ "extension_types": [ "extension", "packaged_app", "platform_app" ]
Matt Perry 2013/03/01 22:15:16 whitelist here too
Zachary Kuznia 2013/03/04 06:09:43 Done.
+ },
"minimum_chrome_version": {
"channel": "stable",
"extension_types": [

Powered by Google App Engine
This is Rietveld 408576698