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

Unified 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 side-by-side diff with in-line comments
Download patch
Index: chrome/browser/resources/options/clear_browser_data_history_notice_overlay.html
diff --git a/chrome/browser/resources/options/clear_browser_data_history_notice_overlay.html b/chrome/browser/resources/options/clear_browser_data_history_notice_overlay.html
new file mode 100644
index 0000000000000000000000000000000000000000..1a338f8d9225ec44ff07662837f0b34dbc6e353c
--- /dev/null
+++ b/chrome/browser/resources/options/clear_browser_data_history_notice_overlay.html
@@ -0,0 +1,13 @@
+<div id="clear-browser-data-history-notice" class="page" hidden>
+ <h1 i18n-content="clearBrowserDataHistoryNoticeTitle"></h1>
+ <div class="content-area">
+ <p i18n-values=".innerHTML:clearBrowserDataHistoryNotice"></p>
+ </div>
+ <div class="action-area">
+ <div class="button-strip">
+ <button id="clear-browser-data-history-notice-ok" class="default-button"
+ i18n-content="ok">
+ </button>
+ </div>
+ </div>
+</div>
« 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