| Index: extensions/common/api/_api_features.json
|
| diff --git a/extensions/common/api/_api_features.json b/extensions/common/api/_api_features.json
|
| index 45ef8e5192cbdff53c49e175a7f02c7939900515..ac12ff91e81e8251b1e72fccb7fa2857afa0edf4 100644
|
| --- a/extensions/common/api/_api_features.json
|
| +++ b/extensions/common/api/_api_features.json
|
| @@ -188,7 +188,10 @@
|
| "internal": true,
|
| "channel": "stable",
|
| "contexts": ["webui"],
|
| - "matches": ["chrome://media-router/*"]
|
| + "matches": [
|
| + "chrome://cast/*",
|
| + "chrome://media-router/*"
|
| + ]
|
| }
|
| ],
|
| "events": {
|
| @@ -208,6 +211,7 @@
|
| "channel": "trunk",
|
| "contexts": ["webui"],
|
| "matches": [
|
| + "chrome://cast/*",
|
| "chrome://extensions-frame/*",
|
| "chrome://extensions/*",
|
| "chrome://chrome-signin/*",
|
|
|