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

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

Issue 9814030: get rid of old options pages (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: more fixes Created 8 years, 9 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="languageHangulPage" class="page" hidden>
2 <h1 i18n-content="languageHangulPage"></h1>
3 <section>
4 <div class="option">
5 <table class="option-control-table">
6 <tr>
7 <td class="option-name" i18n-content="hangul_keyboard_layout"></td>
8 <td class="option-value">
9 <select id="keyboard-layout-select" class="control"
10 data-type="string"
11 pref="settings.language.hangul_keyboard"
12 i18n-options="HangulkeyboardLayoutList"></select>
13 </td>
14 </tr>
15 </table>
16 </div>
17 </section>
18 </div>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698