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

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

Issue 1431523003: AudioPlayer: Start playing a track when play icon on the track list is clicked. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Set pointer-events property properly. Add comment for arguments. Created 5 years, 2 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
Index: ui/file_manager/audio_player/elements/audio_player.html
diff --git a/ui/file_manager/audio_player/elements/audio_player.html b/ui/file_manager/audio_player/elements/audio_player.html
index 133b260879d5961e932fb7397664857fca407a97..88c0d3f7c702cc024ae5d8adaf68e945a25fbb19 100644
--- a/ui/file_manager/audio_player/elements/audio_player.html
+++ b/ui/file_manager/audio_player/elements/audio_player.html
@@ -15,7 +15,8 @@
expanded$="[[expanded]]"
shuffle="[[shuffle]]"
current-track-index="{{currentTrackIndex}}"
- on-replay="onReplayCurrentTrack"></track-list>
+ on-replay="onReplayCurrentTrack"
+ on-play="onPlayCurrentTrack"></track-list>
<control-panel id="audioController"
playing="{{playing}}"
time="{{time}}"

Powered by Google App Engine
This is Rietveld 408576698