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

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

Issue 2897015: Clean up browser_resources.grd:... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 10 years, 5 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
« no previous file with comments | « chrome/browser/resources/media_common.js ('k') | chrome/browser/resources/minus.png » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/mediaplayer.html
===================================================================
--- chrome/browser/resources/mediaplayer.html (revision 52142)
+++ chrome/browser/resources/mediaplayer.html (working copy)
@@ -133,11 +133,11 @@
}
.soundiconhigh {
- background: url('../../app/theme/mediaplayer_vol_high.png');
+ background: url('shared/images/mediaplayer_vol_high.png');
}
.soundiconmuted {
- background: url('../../app/theme/mediaplayer_vol_mute.png');
+ background: url('shared/images/mediaplayer_vol_mute.png');
}
.soundiconhigh,
@@ -170,7 +170,7 @@
}
.fullscreenicon {
- background: url('../../app/theme/mediaplayer_full_screen.png');
+ background: url('shared/images/mediaplayer_full_screen.png');
background-repeat: no-repeat;
background-position: 6px 8px;
}
@@ -193,7 +193,7 @@
}
.playicon {
- background: url('../../app/theme/mediaplayer_play.png');
+ background: url('shared/images/mediaplayer_play.png');
background-repeat: no-repeat;
background-position: 9px 8px;
}
@@ -207,7 +207,7 @@
}
.pauseicon {
- background: url('../../app/theme/mediaplayer_pause.png');
+ background: url('shared/images/mediaplayer_pause.png');
background-repeat: no-repeat;
background-position: 9px 8px;
}
@@ -220,7 +220,7 @@
}
.previcon {
- background: url('../../app/theme/mediaplayer_prev.png');
+ background: url('shared/images/mediaplayer_prev.png');
background-repeat: no-repeat;
background-position: 6px 8px;
}
@@ -259,7 +259,7 @@
}
.nexticon {
- background: url('../../app/theme/mediaplayer_next.png');
+ background: url('shared/images/mediaplayer_next.png');
background-repeat: no-repeat;
background-position: 6px 8px;
}
@@ -273,7 +273,7 @@
}
.playlisticon {
- background: url('../../app/theme/mediaplayer_playlist.png');
+ background: url('shared/images/mediaplayer_playlist.png');
background-repeat: no-repeat;
background-position: 6px 8px;
}
@@ -301,7 +301,7 @@
</style>
<script src="shared/js/local_strings.js"></script>
-<script src="media_common.js"></script>
+<script src="shared/js/media_common.js"></script>
<script>
function $(o) {
« no previous file with comments | « chrome/browser/resources/media_common.js ('k') | chrome/browser/resources/minus.png » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698