| Index: ui/file_manager/audio_player/elements/audio_player.js
|
| diff --git a/ui/file_manager/audio_player/elements/audio_player.js b/ui/file_manager/audio_player/elements/audio_player.js
|
| index d1da4d0cb2ef458721435ff1fdf33f65fbe2aac1..7b6cab4d7cfd521fa08d9c5739709061ef579766 100644
|
| --- a/ui/file_manager/audio_player/elements/audio_player.js
|
| +++ b/ui/file_manager/audio_player/elements/audio_player.js
|
| @@ -281,13 +281,6 @@
|
| this.time = (this.lastAudioUpdateTime_ = this.$.audio.currentTime * 1000);
|
| this.duration = this.$.audio.duration * 1000;
|
| this.playing = !this.$.audio.paused;
|
| - },
|
| -
|
| - /**
|
| - * Invoked when receivig a request to start playing the current music.
|
| - */
|
| - onPlayCurrentTrack: function() {
|
| - this.$.audio.play();
|
| },
|
|
|
| /**
|
|
|