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

Unified Diff: ui/file_manager/video_player/js/cast/cast_extension_discoverer.js

Issue 1987173002: Video Player: Support Media Router to cast Drive videos. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address review comments. Created 4 years, 7 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/js/cast/cast_extension_discoverer.js
diff --git a/ui/file_manager/video_player/js/cast/cast_extension_discoverer.js b/ui/file_manager/video_player/js/cast/cast_extension_discoverer.js
index d77624c100f244605ad970bee0e12061856f45b3..09ae49a1db83c5a08d04f9ca7eddeabd67ca4c4a 100644
--- a/ui/file_manager/video_player/js/cast/cast_extension_discoverer.js
+++ b/ui/file_manager/video_player/js/cast/cast_extension_discoverer.js
@@ -15,11 +15,12 @@ function CastExtensionDiscoverer() {}
* @const
*/
CastExtensionDiscoverer.CAST_EXTENSION_IDS = [
+ 'pkedcjkdefgpdelpbcmbmeomcjbeemfm', // MR official
'boadgeojelhgndaghljhdicfkmllpafd', // release
'dliochdbjfkdbacpmhlcpmleaejidimm', // beta
- 'hfaagokkkhdbgiakmmlclaapfelnkoah',
- 'fmfcbgogabcbclcofgocippekhfcmgfj',
- 'enhhojjnijigcajfphajepfemndkmdlo'
+ 'enhhojjnijigcajfphajepfemndkmdlo', // dev
+ 'fmfcbgogabcbclcofgocippekhfcmgfj', // staging
+ 'fjhoaacokmgbjemoflkofnenfaiekifl' // stable used during MR development.
];
/**
« no previous file with comments | « ui/file_manager/video_player/css/media_controls.css ('k') | ui/file_manager/video_player/js/cast/cast_video_element.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698