| Index: ui/file_manager/video_player/js/background.js
|
| diff --git a/ui/file_manager/video_player/js/background.js b/ui/file_manager/video_player/js/background.js
|
| index 1d57ee5d07ffa143f6501611647230d50426c89d..3d87206264e439aa73e3f7eed803505f91aea8a1 100644
|
| --- a/ui/file_manager/video_player/js/background.js
|
| +++ b/ui/file_manager/video_player/js/background.js
|
| @@ -17,7 +17,6 @@ var ICON_IMAGE = 'images/icon/video-player-64.png';
|
| * @type {Object}
|
| */
|
| var windowCreateOptions = {
|
| - id: 'video',
|
| frame: 'none',
|
| minWidth: 480,
|
| minHeight: 270
|
|
|