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

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

Issue 397813004: Video Player: Add a message which is shown on casting (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Addressed the comments 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/js/video_player_scripts.js ('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 1331e963c30d4276fa35d1e0ae438c19b9c0f9a6..1dc833510e9bf011e80d701c3a87b9bfca0d2a78 100644
--- a/ui/file_manager/video_player/video_player.html
+++ b/ui/file_manager/video_player/video_player.html
@@ -22,6 +22,12 @@
<body>
<div id="video-player" tools>
<menu id='cast-menu' class='cast-menu tool'></menu>
+ <div id="cast-container">
+ <div id="cast-info">
+ <div class="first-line" id='cast-name-label'></div>
+ <div class="second-line" id="cast-name"></div>
+ </div>
+ </div>
<div id="video-container">
</div>
<div id="header-container" class="header tool">
« no previous file with comments | « ui/file_manager/video_player/js/video_player_scripts.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698