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

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

Issue 645223004: [WebUI] (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 2 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 | « chrome/browser/resources/options/do_not_track_confirm_overlay.html ('k') | no next file » | 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="spelling-confirm-overlay" class="page" hidden> 1 <div id="spelling-confirm-overlay" class="page" hidden>
2 <div class="close-button"></div> 2 <div class="close-button"></div>
3 <h1 i18n-content="spellingConfirmOverlay"></h1> 3 <h1 i18n-content="spellingConfirmOverlay"></h1>
4 <div class="content-area"> 4 <div class="content-area">
5 <span id="spelling-confirm-text" i18n-content="spellingConfirmMessage"> 5 <span id="spelling-confirm-text" i18n-content="spellingConfirmMessage">
6 </span> 6 </span>
7 <a id="spelling-confirm-learn-more" target="_blank" i18n-content="learnMore" 7 <a id="spelling-confirm-learn-more" target="_blank" i18n-content="learnMore"
8 i18n-values="href:privacyLearnMoreURL"></a> 8 i18n-values="href:privacyLearnMoreURL"></a>
9 </div> 9 </div>
10 <div class="action-area"> 10 <div class="action-area">
11 <div class="button-strip"> 11 <div class="button-strip">
12 <button id="spelling-confirm-cancel" i18n-content="spellingConfirmDisable" 12 <button id="spelling-confirm-cancel"
13 class="cancel-button"></button> 13 i18n-content="spellingConfirmDisable"></button>
14 <button id="spelling-confirm-ok" class="default-button" 14 <button id="spelling-confirm-ok" class="default-button"
15 i18n-content="spellingConfirmEnable"> 15 i18n-content="spellingConfirmEnable">
16 </button> 16 </button>
17 </div> 17 </div>
18 </div> 18 </div>
19 </div> 19 </div>
OLDNEW
« no previous file with comments | « chrome/browser/resources/options/do_not_track_confirm_overlay.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698