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

Unified Diff: ui/file_manager/video_player/video_player.html

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
Index: ui/file_manager/video_player/video_player.html
diff --git a/ui/file_manager/video_player/video_player.html b/ui/file_manager/video_player/video_player.html
index ede9ad04aff6d5c7d59039a0e47760102722e1b1..ad3fcb3c8bc1f35d1898012583cfc0b327783ef3 100644
--- a/ui/file_manager/video_player/video_player.html
+++ b/ui/file_manager/video_player/video_player.html
@@ -13,7 +13,6 @@
<link rel="stylesheet" href="chrome://resources/css/menu.css">
<link rel="stylesheet" type="text/css" href="css/video_player.css">
- <link rel="stylesheet" type="text/css" href="css/header.css">
<link rel="stylesheet" type="text/css" href="css/arrow_box.css">
<link rel="stylesheet" type="text/css" href="css/cast_menu.css">
@@ -36,12 +35,6 @@
<div id="spinner-container">
<div class="spinner"></div>
</div>
- <div id="header-container" class="header tool">
- <div id="title">&nbsp;</div>
- <button class="minimize-button tool" tabindex="-1"></button>
- <button class="maximize-button tool" tabindex="-1"></button>
- <button class="close-button tool" tabindex="-1"></button>
- </div>
<div id="controls-wrapper">
<div id="controls" class="tool"></div>
</div>

Powered by Google App Engine
This is Rietveld 408576698