Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 <div id="clear-browser-data-history-notice" class="page" hidden> | |
| 2 <h1 i18n-content="clearBrowserDataHistoryNoticeTitle"></h1> | |
| 3 <div class="content-area"> | |
| 4 <p i18n-values=".innerHTML:clearBrowserDataHistoryNotice"></p> | |
| 5 </div> | |
| 6 <div class="action-area"> | |
| 7 <div class="button-strip"> | |
| 8 <button id="clear-browser-data-history-notice-ok" class="default-button" | |
| 9 i18n-content="ok" onclick="PageManager.closeOverlay();"> | |
|
Dan Beam
2016/03/18 22:48:39
don't use on*= attributes in HTML, put this in a s
msramek
2016/03/21 16:30:24
Sorry, this is just a forgotten testing code. Yes,
| |
| 10 </button> | |
| 11 </div> | |
| 12 </div> | |
| 13 </div> | |
| OLD | NEW |