Show reload button only when the slider is at the end.
commit61297e59a11e4970f2ba429a3c055d0ee0aebb9a
authorfukino <fukino@chromium.org>
Mon, 27 Oct 2014 10:07:32 +0000 (27 03:07 -0700)
committerCommit bot <commit-bot@chromium.org>
Mon, 27 Oct 2014 10:08:13 +0000 (27 10:08 +0000)
treef24eaa7bf1e8294d2b3a98fba05a27cd814ebf3f
parentfd7bcf3a5419a86e4903f43e3dd016e33929082e
Show reload button only when the slider is at the end.

After finishing playing video, the media_.ended keep true even after a user drag the slider.
This CL check the slider UI whether or not the position is at the end, and show reload button only when it is at the end.

BUG=413000
TEST=check the button after drag the slider for local video and ChromeCast.

Review URL: https://codereview.chromium.org/667513003

Cr-Commit-Position: refs/heads/master@{#301334}
ui/file_manager/video_player/js/media_controls.js