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

Side by Side Diff: chrome/browser/resources/options/chromeos/third_party_ime_confirm_overlay.html

Issue 325633003: Add confirmation dialog when enabling a 3rd party IME. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix nits. Created 6 years, 6 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="third-party-ime-confirm-overlay" class="page" hidden>
2 <div class="close-button"></div>
3 <h1 i18n-content="thirdPartyImeConfirmOverlay"></h1>
4 <div class="content-area">
5 <span id="third-party-ime-confirm-text"
6 i18n-content="thirdPartyImeConfirmMessage">
7 </span>
8 </div>
9 <div class="action-area">
10 <div class="action-area-right">
11 <div class="button-strip">
12 <button id="third-party-ime-confirm-cancel"
13 i18n-content="thirdPartyImeConfirmDisable">
14 </button>
15 <button id="third-party-ime-confirm-ok" class="default-button"
16 i18n-content="thirdPartyImeConfirmEnable">
17 </button>
18 </div>
19 </div>
20 </div>
21 </div>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698