Chromium Code Reviews| OLD | NEW |
|---|---|
| 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 Loading... | |
| 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 Loading... | |
| 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> |
| OLD | NEW |