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

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

Issue 2853032: Add a DOM UI version of ibus-hangul configuration dialog. (Closed)
Patch Set: '' Created 10 years, 5 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
OLDNEW
(Empty)
1 <div class="page hidden" id="languageHangulPage">
2 <section>
3 <div class="option">
4 <table class="option-control-table">
5 <tr>
6 <td class="option-name" i18n-content="keyboard_layout"></td>
7 <td class="option-value">
8 <select id="keyboard-layout-select" class="control"
9 pref="settings.language.hangul_keyboard"></select>
10 </td>
11 </tr>
12 </table>
13 </div>
14 </section>
15 </div>
OLDNEW
« no previous file with comments | « chrome/browser/resources/options.html ('k') | chrome/browser/resources/options/chromeos_language_hangul_options.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698