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

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: 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 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..eaab546101e9615db644ad0d87cbedc67199c66b
--- /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" 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,
+ </button>
+ </div>
+ </div>
+</div>

Powered by Google App Engine
This is Rietveld 408576698