| 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 e9a0d57a657af0b4a4b4071fceac75485287db8a..14c4263d7580c7662d95fd844007a8afc690415a 100644
|
| --- a/chrome/common/extensions/api/_api_features.json
|
| +++ b/chrome/common/extensions/api/_api_features.json
|
| @@ -128,10 +128,18 @@
|
| "dependencies": ["permission:cast"],
|
| "contexts": ["blessed_extension"]
|
| },
|
| + "cast.streaming.rtpStream": {
|
| + "dependencies": ["permission:cast.streaming"],
|
| + "contexts": ["blessed_extension"]
|
| + },
|
| "cast.streaming.session": {
|
| "dependencies": ["permission:cast.streaming"],
|
| "contexts": ["blessed_extension"]
|
| },
|
| + "cast.streaming.udpTransport": {
|
| + "dependencies": ["permission:cast.streaming"],
|
| + "contexts": ["blessed_extension"]
|
| + },
|
| "chromeosInfoPrivate": {
|
| "platforms": ["chromeos"],
|
| "dependencies": ["permission:chromeosInfoPrivate"],
|
| @@ -717,14 +725,6 @@
|
| "dependencies": ["permission:webstorePrivate"],
|
| "contexts": ["blessed_extension"]
|
| },
|
| - "webrtc.castSendTransport": {
|
| - "dependencies": ["permission:webrtc"],
|
| - "contexts": ["blessed_extension"]
|
| - },
|
| - "webrtc.castUdpTransport": {
|
| - "dependencies": ["permission:webrtc"],
|
| - "contexts": ["blessed_extension"]
|
| - },
|
| "webview": {
|
| "internal": true,
|
| "dependencies": ["permission:webview"],
|
|
|