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

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: publish callbacks in ntp4 namespace 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 97c68ef4c0d7b91af72ca6268e01d8b210bf5401..5797ac0de7d854a28b61e794c0a3eb8233b1b7d4 100644
--- a/chrome/browser/resources/ntp4/new_tab.html
+++ b/chrome/browser/resources/ntp4/new_tab.html
@@ -58,8 +58,10 @@ document.documentElement.setAttribute('touchui', true);
<script src="tile_page.js"></script>
<script src="apps_page.js"></script>
<script src="bookmarks_page.js"></script>
+<script src="dot_list.js"></script>
<script src="most_visited_page.js"></script>
<script src="trash.js"></script>
+<script src="page_list_view.js"></script>
<script src="page_switcher.js"></script>
<script src="card_slider.js"></script>

Powered by Google App Engine
This is Rietveld 408576698