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

Unified Diff: chrome/browser/resources/mediaplayer.html

Issue 7077005: Moving mediaplayer binary files. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 7 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: chrome/browser/resources/mediaplayer.html
diff --git a/chrome/browser/resources/mediaplayer.html b/chrome/browser/resources/mediaplayer.html
index 008046cacadeac7125b30a938720aaaf3addcbd7..4b84c0fb3868f3cde5ad5e5a62fb99e1bad66dad 100644
--- a/chrome/browser/resources/mediaplayer.html
+++ b/chrome/browser/resources/mediaplayer.html
@@ -121,11 +121,11 @@ body {
}
.soundiconhigh {
- background: url('shared/images/mediaplayer_vol_high.png');
+ /* background: TODO(serya): Restore mediaplayer_vol_high.png after moving mediaplayer to extension. */
}
.soundiconmuted {
- background: url('shared/images/mediaplayer_vol_mute.png');
+ /* background: TODO(serya): Restore mediaplayer_vol_mute.png after moving mediaplayer to extension. */
}
.soundiconhigh,
@@ -154,13 +154,13 @@ body {
}
.fullscreenicon {
- background: url('shared/images/mediaplayer_full_screen.png');
+ /* background: TODO(serya): Restore mediaplayer_full_screen.png after moving mediaplayer to extension. */
background-repeat: no-repeat;
background-position: 6px 8px;
}
.fullscreenexiticon {
- background: url('shared/images/mediaplayer_full_screen_exit.png');
+ /* background: TODO(serya): Restore mediaplayer_full_screen_exit.png after moving mediaplayer to extension. */
background-repeat: no-repeat;
background-position: 6px 8px;
}
@@ -183,7 +183,7 @@ body {
}
.playicon {
- background: url('shared/images/mediaplayer_play.png');
+ /* background: TODO(serya): Restore mediaplayer_play.png after moving mediaplayer to extension. */
background-repeat: no-repeat;
background-position: 9px 8px;
}
@@ -197,7 +197,7 @@ body {
}
.pauseicon {
- background: url('shared/images/mediaplayer_pause.png');
+ /* background: Restore mediaplayer_pause.png after moving mediaplayer to extension. */
background-repeat: no-repeat;
background-position: 9px 8px;
}
@@ -210,7 +210,7 @@ body {
}
.previcon {
- background: url('shared/images/mediaplayer_prev.png');
+ /* background: TODO(serya): Restore mediaplayer_prev.png after moving mediaplayer to extension. */
background-repeat: no-repeat;
background-position: 6px 8px;
}
@@ -250,7 +250,7 @@ body {
}
.nexticon {
- background: url('shared/images/mediaplayer_next.png');
+ /* background: TODO(serya): Restore mediaplayer_next.png after moving mediaplayer to extension. */
background-repeat: no-repeat;
background-position: 6px 8px;
}
@@ -264,7 +264,7 @@ body {
}
.playlisticon {
- background: url('shared/images/mediaplayer_playlist.png');
+ /* background: TODO(serya): Restore mediaplayer_playlist.png after moving mediaplayer to extension. */
background-repeat: no-repeat;
background-position: 6px 8px;
}

Powered by Google App Engine
This is Rietveld 408576698