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

Unified Diff: chrome/browser/resources/new_new_tab.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
« no previous file with comments | « chrome/browser/resources/mediaplayer.html ('k') | chrome/browser/resources/new_new_tab.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/new_new_tab.html
===================================================================
--- chrome/browser/resources/new_new_tab.html (revision 45471)
+++ chrome/browser/resources/new_new_tab.html (working copy)
@@ -277,7 +277,9 @@
<div class="window-menu" id="window-tooltip"></div>
</body>
-<script src="i18n_template.js"></script>
-<script src="local_strings.js"></script>
+<script src="shared/js/i18n_template.js"></script>
+<script src="shared/js/local_strings.js"></script>
+<script src="shared/js/parse_html_subset.js"></script>
<script src="new_new_tab.js"></script>
+<script src="ntp/most_visited.js"></script>
</html>
« no previous file with comments | « chrome/browser/resources/mediaplayer.html ('k') | chrome/browser/resources/new_new_tab.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698