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

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

Issue 381073003: Video Player: Add a cast menu (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Addressed the comment Created 6 years, 5 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/manifest.json ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 5abe987b83cf6a098d1389eb533c4285b14ed0af..1331e963c30d4276fa35d1e0ae438c19b9c0f9a6 100644
--- a/ui/file_manager/video_player/video_player.html
+++ b/ui/file_manager/video_player/video_player.html
@@ -3,24 +3,31 @@
-- Use of this source code is governed by a BSD-style license that can be
-- found in the LICENSE file.
-->
+
<html>
<head>
<title>#xFEFF;</title>
<link rel="icon" type="image/png" href="images/200/icon.png">
<link rel="stylesheet" type="text/css"
href="../file_manager/foreground/css/media_controls.css">
+ <link rel="stylesheet" href="chrome://resources/css/menu.css"></link>
+
<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">
<script src="js/video_player_scripts.js"></script>
</head>
<body>
<div id="video-player" tools>
+ <menu id='cast-menu' class='cast-menu tool'></menu>
<div id="video-container">
</div>
<div id="header-container" class="header tool">
<div id="title">&nbsp;</div>
+ <button class="cast-button menubutton hidden tool"
+ menu="#cast-menu"></button>
<button class="minimize-button tool" tabindex="-1"></button>
<button class="maximize-button tool" tabindex="-1"></button>
<button class="close-button tool" tabindex="-1"></button>
« no previous file with comments | « ui/file_manager/video_player/manifest.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698