| 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 0eb1c5154e8229c529491152b2bc5e0f249cc502..06cdddcb92c910f51d036154b27ecfbd7a7776f9 100644
|
| --- a/chrome/common/extensions/api/_api_features.json
|
| +++ b/chrome/common/extensions/api/_api_features.json
|
| @@ -581,6 +581,12 @@
|
| "dependencies": ["permission:mdns"],
|
| "contexts": ["blessed_extension"]
|
| },
|
| + "mimeHandlerViewGuestInternal": {
|
| + "internal": true,
|
| + "contexts": "all",
|
| + "channel": "dev",
|
| + "matches": ["<all_urls>"]
|
| + },
|
| "musicManagerPrivate": {
|
| "dependencies": ["permission:musicManagerPrivate"],
|
| "contexts": ["blessed_extension"]
|
|
|