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

Side by Side Diff: chrome/browser/resources/ntp4/new_tab.html

Issue 7840019: [ntp4] Disable the bookmarks delete button, for now. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Code review tweak, rebase Created 9 years, 3 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <html i18n-values=" 2 <html i18n-values="
3 dir:textdirection; 3 dir:textdirection;
4 hasattribution:hasattribution; 4 hasattribution:hasattribution;
5 customlogo:customlogo; 5 customlogo:customlogo;
6 themegravity:themegravity;" 6 themegravity:themegravity;"
7 class="starting-up"> 7 class="starting-up">
8 <head> 8 <head>
9 <meta charset="utf-8"> 9 <meta charset="utf-8">
10 <title i18n-content="title"></title> 10 <title i18n-content="title"></title>
(...skipping 102 matching lines...) Expand 10 before | Expand all | Expand 10 after
113 113
114 <!-- Apps promo. --> 114 <!-- Apps promo. -->
115 <div id="apps-promo-extras-template" class="apps-promo-extras" hidden> 115 <div id="apps-promo-extras-template" class="apps-promo-extras" hidden>
116 <h3 class="apps-promo-heading"></h3> 116 <h3 class="apps-promo-heading"></h3>
117 <a class="apps-promo-link g-button-basic"><a/> 117 <a class="apps-promo-link g-button-basic"><a/>
118 </div> 118 </div>
119 119
120 <!-- Bookmark --> 120 <!-- Bookmark -->
121 <div id="bookmark-template" class="bookmark" hidden> 121 <div id="bookmark-template" class="bookmark" hidden>
122 <a class="button bookmark-fills-parent"> 122 <a class="button bookmark-fills-parent">
123 <div class="close-button"></div> 123 <div class="close-button" hidden></div>
124 <span class="button-frame bookmark-fills-parent"></span> 124 <span class="button-frame bookmark-fills-parent"></span>
125 <span class="favicon bookmark-fills-parent"></span> 125 <span class="favicon bookmark-fills-parent"></span>
126 </a> 126 </a>
127 <div class="color-stripe"></div> 127 <div class="color-stripe"></div>
128 <a class="title"></a> 128 <a class="title"></a>
129 </div> 129 </div>
130 130
131 <!-- Bookmarks Title Wrapper --> 131 <!-- Bookmarks Title Wrapper -->
132 <div id="bookmarks-title-wrapper" class="section-title-wrapper" hidden> 132 <div id="bookmarks-title-wrapper" class="section-title-wrapper" hidden>
133 <div class="section-title-mask"></div> 133 <div class="section-title-mask"></div>
134 <div class="section-title"></div> 134 <div class="section-title"></div>
135 </div> 135 </div>
136 136
137 <!-- Bookmarks Top Link --> 137 <!-- Bookmarks Top Link -->
138 <div id="bookmarks-top-link-wrapper" hidden> 138 <div id="bookmarks-top-link-wrapper" hidden>
139 <a i18n-content="bookmarksManagerLinkTitle"></a> 139 <a i18n-content="bookmarksManagerLinkTitle"></a>
140 </div> 140 </div>
141 141
142 <!-- Bookmarks Bottom Link --> 142 <!-- Bookmarks Bottom Link -->
143 <div id="bookmarks-bottom-link-wrapper" hidden> 143 <div id="bookmarks-bottom-link-wrapper" hidden>
144 <a i18n-content="bookmarksShowAllLinkTitle"></a> 144 <a i18n-content="bookmarksShowAllLinkTitle"></a>
145 </div> 145 </div>
146 146
147 </html> 147 </html>
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698