Index: chrome/browser/resources/ntp4/new_tab.html |
=================================================================== |
--- chrome/browser/resources/ntp4/new_tab.html (revision 99605) |
+++ chrome/browser/resources/ntp4/new_tab.html (working copy) |
@@ -134,4 +134,14 @@ |
<div class="section-title"></div> |
</div> |
+<!-- Bookmarks Top Link --> |
+<div id="bookmarks-top-link-wrapper" hidden> |
+ <a href="chrome://bookmarks" i18n-content="bookmarksManagerLinkTitle"></a> |
Evan Stade
2011/09/05 01:59:20
I think this should probably open the same URL as
csilv
2011/09/06 05:33:33
Done.
|
+</div> |
+ |
+<!-- Bookmarks Bottom Link --> |
+<div id="bookmarks-bottom-link-wrapper" hidden> |
+ <a i18n-content="bookmarksShowAllLinkTitle"></a> |
+</div> |
+ |
</html> |