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

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

Issue 938903003: Cast: Javascript bindings for cast receiver (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@cast_receiver_session
Patch Set: merged Created 5 years, 10 months 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
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 251a48aebbd6eca99952c6ae8cb24c50824fef26..e9c015d56839d1243546df6a9960cadaa62e70fb 100644
--- a/chrome/common/extensions/api/_api_features.json
+++ b/chrome/common/extensions/api/_api_features.json
@@ -157,6 +157,10 @@
"dependencies": ["permission:cast.streaming"],
"contexts": ["blessed_extension"]
},
+ "cast.streaming.receiverSession": {
+ "dependencies": ["permission:cast.streaming"],
+ "contexts": ["blessed_extension"]
+ },
"cast.streaming.session": {
"dependencies": ["permission:cast.streaming"],
"contexts": ["blessed_extension"]

Powered by Google App Engine
This is Rietveld 408576698