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

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

Issue 1759007: Refactor parts of the NTP to split things into more managable chunks.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Revert class/tag name changes in html file Created 10 years, 8 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/playlist.html
===================================================================
--- chrome/browser/resources/playlist.html (revision 45471)
+++ chrome/browser/resources/playlist.html (working copy)
@@ -35,11 +35,11 @@
}
.title {
-
+
}
</style>
-<script src='local_strings.js'></script>
+<script src="shared/js/local_strings.js"></script>
<script>
function $(o) {

Powered by Google App Engine
This is Rietveld 408576698