| Index: chrome/browser/resources/options/chromeos_language_hangul_options.html
|
| diff --git a/chrome/browser/resources/options/chromeos_language_hangul_options.html b/chrome/browser/resources/options/chromeos_language_hangul_options.html
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..f6506b514076e8aa3de6a68fff74c79e311d4326
|
| --- /dev/null
|
| +++ b/chrome/browser/resources/options/chromeos_language_hangul_options.html
|
| @@ -0,0 +1,15 @@
|
| +<div class="page hidden" id="languageHangulPage">
|
| + <section>
|
| + <div class="option">
|
| + <table class="option-control-table">
|
| + <tr>
|
| + <td class="option-name" i18n-content="keyboard_layout"></td>
|
| + <td class="option-value">
|
| + <select id="keyboard-layout-select" class="control"
|
| + pref="settings.language.hangul_keyboard"></select>
|
| + </td>
|
| + </tr>
|
| + </table>
|
| + </div>
|
| + </section>
|
| +</div>
|
|
|