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

Side by Side Diff: chrome/browser/resources/options/clear_browser_data_history_notice_overlay.html

Issue 1813023002: Add a notice about other forms of history to the CBD dialog (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@add_component
Patch Set: Created 4 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
OLDNEW
(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>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698