| 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
|
| ];
|
|
|
| /**
|
|
|