| Index: ui/file_manager/video_player/js/cast/caster.js
|
| diff --git a/ui/file_manager/video_player/js/cast/caster.js b/ui/file_manager/video_player/js/cast/caster.js
|
| index 75082f9da1a934fdb95f1e1e25d9a7f2a2c0ce56..e7dfaffa8bd9defe2bba13d64383e65168752e8b 100644
|
| --- a/ui/file_manager/video_player/js/cast/caster.js
|
| +++ b/ui/file_manager/video_player/js/cast/caster.js
|
| @@ -10,9 +10,7 @@
|
| // cast extension. This line prevents an exception on using localStorage.
|
| window.__defineGetter__('localStorage', function() { return {}; });
|
|
|
| -// THIS IS A TEST APP.
|
| -// TODO(yoshiki): Fix this before launch.
|
| -var APPLICATION_ID = '214CC863';
|
| +var APPLICATION_ID = '4CCB98DA';
|
|
|
| util.addPageLoadHandler(function() {
|
| initialize();
|
|
|