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

Side by Side Diff: ui/file_manager/video_player/video_player.html

Issue 410043003: Video Player: Use Google Cast API extension instead of deprecated way (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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « ui/file_manager/video_player/manifest.json ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <!-- 1 <!--
2 -- Copyright 2014 The Chromium Authors. All rights reserved. 2 -- Copyright 2014 The Chromium Authors. All rights reserved.
3 -- Use of this source code is governed by a BSD-style license that can be 3 -- Use of this source code is governed by a BSD-style license that can be
4 -- found in the LICENSE file. 4 -- found in the LICENSE file.
5 --> 5 -->
6 6
7 <html> 7 <html>
8 <head> 8 <head>
9 <title>#xFEFF;</title> 9 <title>#xFEFF;</title>
10 <link rel="icon" type="image/png" href="images/200/icon.png"> 10 <link rel="icon" type="image/png" href="images/200/icon.png">
11 <link rel="stylesheet" type="text/css" 11 <link rel="stylesheet" type="text/css"
12 href="../file_manager/foreground/css/media_controls.css"> 12 href="../file_manager/foreground/css/media_controls.css">
13 <link rel="stylesheet" href="chrome://resources/css/menu.css"></link> 13 <link rel="stylesheet" href="chrome://resources/css/menu.css"></link>
14 14
15 <link rel="stylesheet" type="text/css" href="css/video_player.css"> 15 <link rel="stylesheet" type="text/css" href="css/video_player.css">
16 <link rel="stylesheet" type="text/css" href="css/header.css"> 16 <link rel="stylesheet" type="text/css" href="css/header.css">
17 <link rel="stylesheet" type="text/css" href="css/arrow_box.css"> 17 <link rel="stylesheet" type="text/css" href="css/arrow_box.css">
18 <link rel="stylesheet" type="text/css" href="css/cast_menu.css"> 18 <link rel="stylesheet" type="text/css" href="css/cast_menu.css">
19 19
20 <!-- Google Cast API extension -->
21 <script src="_modules/mafeflapfdfljijmlienjedomfjfmhpd/cast_sender.js"></scrip t>
20 <script src="js/video_player_scripts.js"></script> 22 <script src="js/video_player_scripts.js"></script>
21 </head> 23 </head>
22 <body> 24 <body>
23 <div id="video-player" tools> 25 <div id="video-player" tools>
24 <menu id='cast-menu' class='cast-menu tool'></menu> 26 <menu id='cast-menu' class='cast-menu tool'></menu>
25 <div id="cast-container"> 27 <div id="cast-container">
26 <div id="cast-info"> 28 <div id="cast-info">
27 <div class="first-line" id='cast-name-label'></div> 29 <div class="first-line" id='cast-name-label'></div>
28 <div class="second-line" id="cast-name"></div> 30 <div class="second-line" id="cast-name"></div>
29 </div> 31 </div>
(...skipping 15 matching lines...) Expand all
45 <div class="arrow left tool"><div></div></div> 47 <div class="arrow left tool"><div></div></div>
46 <div class="arrow-spacer"></div> 48 <div class="arrow-spacer"></div>
47 <div class="arrow right tool"><div></div></div> 49 <div class="arrow right tool"><div></div></div>
48 </div> 50 </div>
49 <div id="error-wrapper"> 51 <div id="error-wrapper">
50 <div id="error"></div> 52 <div id="error"></div>
51 </div> 53 </div>
52 </div> 54 </div>
53 </body> 55 </body>
54 </html> 56 </html>
OLDNEW
« 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