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

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: Update strings. Created 4 years, 8 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">
10 </button>
11 </div>
12 </div>
13 </div>
OLDNEW
« no previous file with comments | « chrome/app/generated_resources.grd ('k') | chrome/browser/resources/options/clear_browser_data_history_notice_overlay.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698