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

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

Issue 10809005: Options: Rename chrome/browser/resources/options2 -> chrome/browser/resources/options. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix. Created 8 years, 4 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 | Annotate | Revision Log
OLDNEW
(Empty)
1 <div id="spelling-confirm-overlay" class="page" hidden>
2 <div class="close-button"></div>
3 <h1 i18n-content="spellingConfirmTitle"></h1>
4 <div class="content-area">
5 <span id="spelling-confirm-text" i18n-content="spellingConfirmMessage">
6 </span>
7 <a id="spelling-confirm-learn-more" target="_blank" i18n-content="learnMore"
8 i18n-values="href:privacyLearnMoreURL"></a>
9 </div>
10 <div class="action-area">
11 <div class="button-strip">
12 <button id="spelling-confirm-cancel" i18n-content="spellingConfirmDisable"
13 class="cancel-button"></button>
14 <button id="spelling-confirm-ok" i18n-content="spellingConfirmEnable">
15 </button>
16 </div>
17 </div>
18 </div>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698