Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(223)

Unified Diff: chrome/common/extensions/api/_api_features.json

Issue 90083002: Cast Extensions API: Major namespace and object renaming (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix unit_tests Created 7 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/chrome_tests.gypi ('k') | chrome/common/extensions/api/_permission_features.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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"],
« no previous file with comments | « chrome/chrome_tests.gypi ('k') | chrome/common/extensions/api/_permission_features.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698