| Index: chrome/common/extensions/api/_api_features.json
|
| diff --git a/chrome/common/extensions/api/_api_features.json b/chrome/common/extensions/api/_api_features.json
|
| index 90b1befc9de9ba7b1061a203c84d792d20d7dd7c..6427b65792fb2cc95f7d20da62efed19d83b3aa4 100644
|
| --- a/chrome/common/extensions/api/_api_features.json
|
| +++ b/chrome/common/extensions/api/_api_features.json
|
| @@ -517,6 +517,10 @@
|
| "dependencies": ["permission:mdns"],
|
| "contexts": ["blessed_extension"]
|
| },
|
| + "mimeHandler": {
|
| + "dependencies": ["manifest:mime_types_handler"],
|
| + "contexts": ["blessed_extension"]
|
| + },
|
| "mimeHandlerViewGuestInternal": {
|
| "internal": true,
|
| "contexts": "all",
|
|
|