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

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

Issue 147226: Make the new new tab page the default new tab page.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 6 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/new_tab.html
===================================================================
--- chrome/browser/resources/new_tab.html (revision 19334)
+++ chrome/browser/resources/new_tab.html (working copy)
@@ -47,7 +47,7 @@
logEvent('log start');
</script>
-<link rel="stylesheet" href="new_new_tab.css">
+<link rel="stylesheet" href="new_tab.css">
<link id="themecss" rel="stylesheet" href="chrome://theme/css/newtab.css">
</head>
<body class="loading"
@@ -187,5 +187,5 @@
</div>
<script src="local_strings.js"></script>
-<script src="new_new_tab.js"></script>
+<script src="new_tab.js"></script>
</html>

Powered by Google App Engine
This is Rietveld 408576698