Chromium Code Reviews| 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 3b7adacbcc52f53fa49d6779c8f08b18bb8a428b..5817559b2aa82a6699359ce244cd801840fa13b5 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 = { |
| - frame: 'none', |
|
yawano
2015/10/14 09:26:54
Could you confirm that header color of mock is sam
fukino
2015/10/15 03:56:40
Yes, it's different. The design spec was rgb(250,2
|
| minWidth: 480, |
| minHeight: 270 |
| }; |