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

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

Issue 7067043: ntp4: break navigation dots into own class. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 7 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/ntp4/nav_dot.js ('k') | chrome/browser/resources/ntp4/new_tab.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 00c509c480fed8565c1185e4a564ad5c26d76cbe..b5fa15dffcde7dda04fe64ed18d109eb2da3e5b2 100644
--- a/chrome/browser/resources/ntp4/new_tab.html
+++ b/chrome/browser/resources/ntp4/new_tab.html
@@ -46,6 +46,7 @@ document.documentElement.setAttribute('touchui', true);
<script src="card_slider.js"></script>
<script src="grabber.js"></script>
+<script src="nav_dot.js"></script>
<script src="new_tab.js"></script>
<script src="recently_closed.js"></script>
<script src="touch_handler.js"></script>
@@ -66,8 +67,6 @@ document.documentElement.setAttribute('touchui', true);
<img id="logo-img">
<ul id="dot-list">
- <!-- This is another template node (see above). -->
- <li class="dot" tabindex="0" role="button"><span></span></li>
</ul>
<button id="recently-closed-menu-button">
« no previous file with comments | « chrome/browser/resources/ntp4/nav_dot.js ('k') | chrome/browser/resources/ntp4/new_tab.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698