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

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

Issue 797183005: Add a mimeHandler extension API. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@streams-lifetime
Patch Set: rebase Created 5 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
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 825477bb381f850eaef6b6f7314a76b22ef14d5d..624cb05e9ae7f0aff02511139f04e07e7c95f5a6 100644
--- a/chrome/common/extensions/api/_manifest_features.json
+++ b/chrome/common/extensions/api/_manifest_features.json
@@ -167,30 +167,6 @@
"channel": "stable",
"extension_types": ["extension", "legacy_packaged_app"]
},
- "mime_types": {
- "channel": "stable",
- "extension_types": [ "extension", "legacy_packaged_app", "platform_app" ],
- "whitelist": [
- "oickdpebdnfbgkcaoklfcdhjniefkcji", // browser_tests
- "gbkeegbaiigmenfmjfclcdgdpimamgkj", // QuickOffice
- "ionpfmkccalenbmnddpbmocokhaknphg", // QuickOffice Dev
- "bpmcpldpdmajfigpchkicefoigmkfalc", // Quickoffice component extension
- "ehibbfinohgbchlgdbfpikodjaojhccn", // Editor
- "mhjfbmdgcfjbbpaeojofohoefgiehjai" // PDF
- ]
- },
- "mime_types_handler": {
- "channel": "stable",
- "extension_types": [ "extension", "legacy_packaged_app", "platform_app" ],
- "whitelist": [
- "oickdpebdnfbgkcaoklfcdhjniefkcji", // browser_tests
- "gbkeegbaiigmenfmjfclcdgdpimamgkj", // QuickOffice
- "ionpfmkccalenbmnddpbmocokhaknphg", // QuickOffice Dev
- "bpmcpldpdmajfigpchkicefoigmkfalc", // Quickoffice component extension
- "ehibbfinohgbchlgdbfpikodjaojhccn", // Editor
- "mhjfbmdgcfjbbpaeojofohoefgiehjai" // PDF
- ]
- },
"minimum_chrome_version": {
"channel": "stable",
"extension_types": [

Powered by Google App Engine
This is Rietveld 408576698