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

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

Issue 2678423004: Remove obsolete Cast extension IDs from various whitelists and files. (Closed)
Patch Set: Rebase Created 3 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
« no previous file with comments | « ui/file_manager/audio_player/manifest.json ('k') | ui/file_manager/video_player/manifest.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 09ae49a1db83c5a08d04f9ca7eddeabd67ca4c4a..2951f05a06d2edf0f068aef6316470c51cbda321 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
@@ -2,6 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
+// TODO(crbug.com/689773): Update to use <script>
+
/**
* Discover the ID of installed cast extension.
* @constructor
@@ -10,17 +12,13 @@
function CastExtensionDiscoverer() {}
/**
- * Tentatice IDs to try.
+ * Tentative IDs to try.
* @type {!Array<string>}
* @const
*/
CastExtensionDiscoverer.CAST_EXTENSION_IDS = [
- 'pkedcjkdefgpdelpbcmbmeomcjbeemfm', // MR official
- 'boadgeojelhgndaghljhdicfkmllpafd', // release
- 'dliochdbjfkdbacpmhlcpmleaejidimm', // beta
- 'enhhojjnijigcajfphajepfemndkmdlo', // dev
- 'fmfcbgogabcbclcofgocippekhfcmgfj', // staging
- 'fjhoaacokmgbjemoflkofnenfaiekifl' // stable used during MR development.
+ 'enhhojjnijigcajfphajepfemndkmdlo', // Media Router Dev
+ 'pkedcjkdefgpdelpbcmbmeomcjbeemfm' // Media Router Stable
];
/**
« no previous file with comments | « ui/file_manager/audio_player/manifest.json ('k') | ui/file_manager/video_player/manifest.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698