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

Unified Diff: ui/file_manager/video_player/manifest.json

Issue 410043003: Video Player: Use Google Cast API extension instead of deprecated way (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 5 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: ui/file_manager/video_player/manifest.json
diff --git a/ui/file_manager/video_player/manifest.json b/ui/file_manager/video_player/manifest.json
index 2d7e8b2c0d1247577b7246e67517d80d39fb0f69..f5416b29e780e49bf535016f2b3d22359a9dc2c9 100644
--- a/ui/file_manager/video_player/manifest.json
+++ b/ui/file_manager/video_player/manifest.json
@@ -45,6 +45,13 @@
]
}
},
+ "import": [
+ // Google Cast API extension
+ {
+ "id": "mafeflapfdfljijmlienjedomfjfmhpd",
+ "minimum_version": "14.507.0.31276"
+ }
+ ],
"app": {
"background": {
"scripts": [

Powered by Google App Engine
This is Rietveld 408576698