| 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 3850d54089ab72315964137f1628fef822428864..f28c5f7dee3deddfae1d85b74b0bd760bc1b7e07 100644
|
| --- a/chrome/common/extensions/api/_api_features.json
|
| +++ b/chrome/common/extensions/api/_api_features.json
|
| @@ -527,6 +527,10 @@
|
| "dependencies": ["permission:mdns"],
|
| "contexts": ["blessed_extension"]
|
| },
|
| + "mimeHandlerPrivate": {
|
| + "dependencies": ["manifest:mime_types_handler"],
|
| + "contexts": ["blessed_extension"]
|
| + },
|
| "mimeHandlerViewGuestInternal": {
|
| "internal": true,
|
| "contexts": "all",
|
|
|