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

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

Issue 1882953003: Replace the "OK" button with "Ok, got it" in the Clear Browsing Data dialog (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@2704
Patch Set: 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
« no previous file with comments | « no previous file | chrome/browser/ui/webui/options/clear_browser_data_handler.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <div id="clear-browser-data-history-notice" class="page" hidden> 1 <div id="clear-browser-data-history-notice" class="page" hidden>
2 <h1 i18n-content="clearBrowserDataHistoryNoticeTitle"></h1> 2 <h1 i18n-content="clearBrowserDataHistoryNoticeTitle"></h1>
3 <div class="content-area"> 3 <div class="content-area">
4 <p i18n-values=".innerHTML:clearBrowserDataHistoryNotice"></p> 4 <p i18n-values=".innerHTML:clearBrowserDataHistoryNotice"></p>
5 </div> 5 </div>
6 <div class="action-area"> 6 <div class="action-area">
7 <div class="button-strip"> 7 <div class="button-strip">
8 <button id="clear-browser-data-history-notice-ok" class="default-button" 8 <button id="clear-browser-data-history-notice-ok" class="default-button"
9 i18n-content="ok"> 9 i18n-content="clearBrowserDataHistoryNoticeOk">
10 </button> 10 </button>
11 </div> 11 </div>
12 </div> 12 </div>
13 </div> 13 </div>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/ui/webui/options/clear_browser_data_handler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698