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

Unified Diff: ui/file_manager/video_player/js/background.js

Issue 1400183002: VideoPlayer: Use system header. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 2 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/video_player/css/header.css ('k') | ui/file_manager/video_player/js/video_player.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
};
« no previous file with comments | « ui/file_manager/video_player/css/header.css ('k') | ui/file_manager/video_player/js/video_player.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698