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

Unified Diff: ui/file_manager/audio_player/elements/track_list.html

Issue 1458733003: Reland MD Audio Player. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: forcePlay -> forceToPlay Created 5 years, 1 month 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
Index: ui/file_manager/audio_player/elements/track_list.html
diff --git a/ui/file_manager/audio_player/elements/track_list.html b/ui/file_manager/audio_player/elements/track_list.html
index b31e45fd0e8bf9d6a7ed40abdf1173b9ee5928da..23f91bc40d34674906a43d2b5dddb61561154c97 100644
--- a/ui/file_manager/audio_player/elements/track_list.html
+++ b/ui/file_manager/audio_player/elements/track_list.html
@@ -5,12 +5,14 @@
-->
<link rel="import" href="chrome://resources/polymer/v1_0/polymer/polymer.html">
+<link rel="import" href="chrome://resources/polymer/v1_0/font-roboto/roboto.html">
<dom-module id="track-list">
<link rel="import" type="css" href="track_list.css">
<template>
<template is="dom-repeat" id="tracks" items="[[tracks]]">
<div class="track" active$="[[item.active]]" index$="[[index]]" on-click="trackClicked">
+ <div class="icon"></div>
<div class="data">
<div class="data-title">[[item.title]]</div>
<div class="data-artist">[[item.artist]]</div>
« no previous file with comments | « ui/file_manager/audio_player/elements/track_list.css ('k') | ui/file_manager/audio_player/elements/track_list.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698