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

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

Issue 2305623003: Support to repeat one song in Audio Player. (Closed)
Patch Set: Created 4 years, 3 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
OLDNEW
(Empty)
1 <!-- Copyright 2016 The Chromium Authors. All rights reserved.
2 -- Use of this source code is governed by a BSD-style license that can be
3 -- found in the LICENSE file.
4 -->
5
6 <link rel="import" href="chrome://resources/polymer/v1_0/polymer/polymer.html">
7 <link rel="import" href="chrome-extension://hhaomjibdihmijegdhdafkllkbggdgoj/for eground/elements/files_toggle_ripple.html">
8
9 <dom-module id="repeat-button">
10 <link rel="import" type="css" href="repeat_button.css">
11 <template>
12 <files-toggle-ripple activated="{{isActive(repeatMode)}}" class$="{{repeatMo de}}"></files-toggle-ripple>
fukino 2016/09/02 12:11:48 [[isActive(repeatMode)]] should be sufficient.
harukam 2016/09/05 04:35:03 Acknowledged.
13 </template>
14
15 <script src="repeat_button.js"></script>
16 </dom-module>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698