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

Unified Diff: chrome/browser/resources/options2/chromeos/language_hangul_options.html

Issue 8895023: Options2: Pull the trigger. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: DIAF. Created 9 years 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/options2/chromeos/language_hangul_options.html
diff --git a/chrome/browser/resources/options2/chromeos/language_hangul_options.html b/chrome/browser/resources/options2/chromeos/language_hangul_options.html
new file mode 100644
index 0000000000000000000000000000000000000000..f70ba76fd287ab4c0e9ebeaee79878e00fa2ea2e
--- /dev/null
+++ b/chrome/browser/resources/options2/chromeos/language_hangul_options.html
@@ -0,0 +1,18 @@
+<div id="languageHangulPage" class="page" hidden>
+ <h1 i18n-content="languageHangulPage"></h1>
+ <section>
+ <div class="option">
+ <table class="option-control-table">
+ <tr>
+ <td class="option-name" i18n-content="hangul_keyboard_layout"></td>
+ <td class="option-value">
+ <select id="keyboard-layout-select" class="control"
+ data-type="string"
+ pref="settings.language.hangul_keyboard"
+ i18n-options="HangulkeyboardLayoutList"></select>
+ </td>
+ </tr>
+ </table>
+ </div>
+ </section>
+</div>

Powered by Google App Engine
This is Rietveld 408576698