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

Unified Diff: chrome/test/data/extensions/api_test/webrtc_cast/manifest.json

Issue 83043005: Cast Extensions API: Factory method for creating a cast session (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fixed scope 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
Index: chrome/test/data/extensions/api_test/webrtc_cast/manifest.json
diff --git a/chrome/test/data/extensions/api_test/webrtc_cast/manifest.json b/chrome/test/data/extensions/api_test/webrtc_cast/manifest.json
index a5f908f0da1a710bc90bb5d0a945ae2fbf09af13..fb001c4e5e1c85d752f13ec3f6ccab46f92fa2df 100644
--- a/chrome/test/data/extensions/api_test/webrtc_cast/manifest.json
+++ b/chrome/test/data/extensions/api_test/webrtc_cast/manifest.json
@@ -4,5 +4,5 @@
"version": "0.1",
"manifest_version": 2,
"description": "Tests Cast Mirroring Extensions API.",
- "permissions": ["webrtc", "tabCapture"]
+ "permissions": ["webrtc", "tabCapture", "cast", "cast.streaming"]
}
« no previous file with comments | « chrome/test/data/extensions/api_test/webrtc_cast/basics.js ('k') | extensions/common/permissions/api_permission.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698