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

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

Issue 9582022: Make NTP other sessions menu off disabled by default. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 9 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 | « chrome/browser/about_flags.cc ('k') | chrome/browser/ui/webui/ntp/ntp_resource_cache.cc » ('j') | 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 bookmarkbarattached:bookmarkbarattached;" 7 bookmarkbarattached:bookmarkbarattached;"
8 class="starting-up"> 8 class="starting-up">
9 <head> 9 <head>
10 <meta charset="utf-8"> 10 <meta charset="utf-8">
(...skipping 92 matching lines...) Expand 10 before | Expand all | Expand 10 after
103 <div id="footer-content"> 103 <div id="footer-content">
104 <img id="logo-img"> 104 <img id="logo-img">
105 105
106 <ul id="dot-list"> 106 <ul id="dot-list">
107 </ul> 107 </ul>
108 108
109 <button id="other-sessions-menu-button" 109 <button id="other-sessions-menu-button"
110 class="footer-menu-button custom-appearance" hidden> 110 class="footer-menu-button custom-appearance" hidden>
111 <span i18n-content="otherSessions"></span> 111 <span i18n-content="otherSessions"></span>
112 <div class="disclosure-triangle"></div> 112 <div class="disclosure-triangle"></div>
113 <div id="vertical-separator"></div>
Evan Stade 2012/03/02 20:02:38 I think we do want this in the case where there is
114 </button> 113 </button>
115 114
116 <button id="recently-closed-menu-button" 115 <button id="recently-closed-menu-button"
117 class="footer-menu-button custom-appearance"> 116 class="footer-menu-button custom-appearance">
118 <span i18n-content="recentlyclosed"></span> 117 <span i18n-content="recentlyclosed"></span>
119 <div class="disclosure-triangle"></div> 118 <div class="disclosure-triangle"></div>
120 <div id="vertical-separator"></div> 119 <div id="vertical-separator"></div>
121 </button> 120 </button>
122 121
123 <a id="chrome-web-store-href"> 122 <a id="chrome-web-store-href">
(...skipping 69 matching lines...) Expand 10 before | Expand all | Expand 10 after
193 <div class="horizontal-bar"></div> 192 <div class="horizontal-bar"></div>
194 </div> 193 </div>
195 </a> 194 </a>
196 195
197 </div> 196 </div>
198 197
199 <!-- This is used to measure text in the current locale. It is not visible. --> 198 <!-- This is used to measure text in the current locale. It is not visible. -->
200 <div id="fontMeasuringDiv"></div> 199 <div id="fontMeasuringDiv"></div>
201 200
202 </html> 201 </html>
OLDNEW
« no previous file with comments | « chrome/browser/about_flags.cc ('k') | chrome/browser/ui/webui/ntp/ntp_resource_cache.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698