Index: chrome/browser/resources/new_new_tab.html |
=================================================================== |
--- chrome/browser/resources/new_new_tab.html (revision 50261) |
+++ chrome/browser/resources/new_new_tab.html (working copy) |
@@ -4,7 +4,8 @@ |
bookmarkbarattached:bookmarkbarattached; |
hasattribution:hasattribution; |
anim:anim; |
- syncispresent:syncispresent"> |
+ syncispresent:syncispresent; |
+ has_3d:has_3d"> |
<meta charset="utf-8"> |
<title i18n-content="title"></title> |
@@ -58,6 +59,7 @@ |
<!-- template data placeholder --> |
<link rel="stylesheet" href="new_new_tab.css"> |
<link rel="stylesheet" href="ntp/most_visited.css"> |
+<link rel="stylesheet" href="ntp/apps.css"> |
<link rel="stylesheet" href="shared/css/menu.css"> |
<script> |
@@ -216,4 +218,5 @@ |
<script src="ntp/util.js"></script> |
<script src="ntp/most_visited.js"></script> |
<script src="new_new_tab.js"></script> |
+<script src="ntp/apps.js"></script> |
</html> |