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

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

Issue 7610014: [ntp4] Bookmarks page implementation, first-pass. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Final review tweaks, rebase. Created 9 years, 4 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
Index: chrome/browser/resources/ntp4/new_tab.html
===================================================================
--- chrome/browser/resources/ntp4/new_tab.html (revision 96850)
+++ chrome/browser/resources/ntp4/new_tab.html (working copy)
@@ -106,4 +106,22 @@
<a class="apps-promo-link g-button-basic"><a/>
<a class="apps-promo-hide link-color" href="#"><a/>
</div>
+
+<!-- Bookmark -->
+<div id="bookmark-template" class="bookmark" hidden>
+ <a class="button bookmark-fills-parent">
+ <div class="close-button"></div>
+ <span class="button-frame bookmark-fills-parent"></span>
+ <span class="favicon bookmark-fills-parent"></span>
+ </a>
+ <div class="color-stripe"></div>
+ <a class="title"></a>
+</div>
+
+<!-- Bookmarks Title Wrapper -->
+<div id="bookmarks-title-wrapper" class="section-title-wrapper" hidden>
+ <div class="section-title-mask"></div>
+ <div class="section-title"></div>
+</div>
+
</html>

Powered by Google App Engine
This is Rietveld 408576698