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

Unified 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 side-by-side diff with in-line comments
Download patch
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>
« 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