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

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

Issue 8423055: [Aura] Initial app list webui. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix chromeos bot compilation error Created 9 years, 1 month 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/ntp4/new_tab.html
diff --git a/chrome/browser/resources/ntp4/new_tab.html b/chrome/browser/resources/ntp4/new_tab.html
index 4dd74b9feb6fdd74a2ff6cbbd82ed51eefec279f..f6069ca9cfda7817ceacc945f450edca4f6327c7 100644
--- a/chrome/browser/resources/ntp4/new_tab.html
+++ b/chrome/browser/resources/ntp4/new_tab.html
@@ -64,6 +64,7 @@ document.documentElement.setAttribute('touchui', true);
<script src="grabber.js"></script>
<script src="nav_dot.js"></script>
<script src="new_tab.js"></script>
+<script src="new_tab_init.js"></script>
<script src="recently_closed.js"></script>
<script src="touch_handler.js"></script>
</head>

Powered by Google App Engine
This is Rietveld 408576698