| Index: chrome/browser/resources/video_player/video_player.html
|
| diff --git a/chrome/browser/resources/video_player/video_player.html b/chrome/browser/resources/video_player/video_player.html
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..45ef35361386b218cc52cdbd255bbfebb1881ca1
|
| --- /dev/null
|
| +++ b/chrome/browser/resources/video_player/video_player.html
|
| @@ -0,0 +1,28 @@
|
| +<!--
|
| + -- Copyright 2014 The Chromium Authors. All rights reserved.
|
| + -- 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" type="text/css" href="css/video_player.css">
|
| +
|
| + <script src="js/video_player_scripts.js"></script>
|
| +</head>
|
| +<body>
|
| + <div id="video-player" tools>
|
| + <div id="video-container">
|
| + </div>
|
| + <div id="controls-wrapper">
|
| + <div id="controls" class="tool"></div>
|
| + </div>
|
| + <div id="error-wrapper">
|
| + <div id="error"></div>
|
| + </div>
|
| + </div>
|
| +</body>
|
| +</html>
|
|
|