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 themegravity:themegravity; | 5 themegravity:themegravity; |
| 6 bookmarkbarattached:bookmarkbarattached;" | 6 bookmarkbarattached:bookmarkbarattached;" |
| 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 65 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 76 <script src="most_visited_page.js"></script> | 76 <script src="most_visited_page.js"></script> |
| 77 <script src="../ntp4/trash.js"></script> | 77 <script src="../ntp4/trash.js"></script> |
| 78 <script src="page_list_view.js"></script> | 78 <script src="page_list_view.js"></script> |
| 79 <script src="../ntp4/page_switcher.js"></script> | 79 <script src="../ntp4/page_switcher.js"></script> |
| 80 <script src="nav_dot.js"></script> | 80 <script src="nav_dot.js"></script> |
| 81 <script src="new_tab.js"></script> | 81 <script src="new_tab.js"></script> |
| 82 <script src="recently_closed_page.js"></script> | 82 <script src="recently_closed_page.js"></script> |
| 83 <script src="../ntp4/other_sessions.js"></script> | 83 <script src="../ntp4/other_sessions.js"></script> |
| 84 </head> | 84 </head> |
| 85 | 85 |
| 86 <body id="ntp5" | 86 <body id="ntp5" |
|
Dan Beam
2012/08/29 00:16:02
nit: unwrap
pedrosimonetti2
2012/08/29 00:33:07
Done.
| |
| 87 i18n-values=".style.fontFamily:fontfamily;.style.fontSize:fontsize"> | 87 i18n-values=".style.fontSize:fontsize"> |
| 88 <button id="login-container" class="custom-appearance" hidden> | 88 <button id="login-container" class="custom-appearance" hidden> |
| 89 <div id="login-status-header-container" class="login-status-row"> | 89 <div id="login-status-header-container" class="login-status-row"> |
| 90 <div id="login-status-header"></div> | 90 <div id="login-status-header"></div> |
| 91 </div> | 91 </div> |
| 92 <div id="login-status-sub-header"></div> | 92 <div id="login-status-sub-header"></div> |
| 93 </button> | 93 </button> |
| 94 | 94 |
| 95 <div id="notification-container" class="inactive" hidden> | 95 <div id="notification-container" class="inactive" hidden> |
| 96 <div id="notification"> | 96 <div id="notification"> |
| 97 <span></span> | 97 <span></span> |
| (...skipping 99 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 197 <span i18n-content="otherSessionsEmpty"></span> | 197 <span i18n-content="otherSessionsEmpty"></span> |
| 198 <p> | 198 <p> |
| 199 <a i18n-values="href:otherSessionsLearnMoreUrl" i18n-content="learnMore"> | 199 <a i18n-values="href:otherSessionsLearnMoreUrl" i18n-content="learnMore"> |
| 200 </a> | 200 </a> |
| 201 </p> | 201 </p> |
| 202 </div> | 202 </div> |
| 203 | 203 |
| 204 </div> | 204 </div> |
| 205 | 205 |
| 206 </html> | 206 </html> |
| OLD | NEW |