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

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

Issue 247123002: Move Files.app files to ui/file_manager (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix the test failure on non-chromeos Created 6 years, 8 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
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 <!DOCTYPE HTML> 6 <!DOCTYPE HTML>
7 <html> 7 <html>
8 <head> 8 <head>
9 <!-- We have to set some default title, or chrome will use the page name. 9 <!-- We have to set some default title, or chrome will use the page name.
10 -- As soon as the i18n'd strings are loaded we replace it with the correct 10 -- As soon as the i18n'd strings are loaded we replace it with the correct
(...skipping 190 matching lines...) Expand 10 before | Expand all | Expand 10 after
201 <audio id="audio"></audio> 201 <audio id="audio"></audio>
202 </template> 202 </template>
203 </polymer-element> 203 </polymer-element>
204 204
205 <div class="audio-player"> 205 <div class="audio-player">
206 <!-- Place the audio player. --> 206 <!-- Place the audio player. -->
207 <audio-player></audio-player> 207 <audio-player></audio-player>
208 </div> 208 </div>
209 </body> 209 </body>
210 </html> 210 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698