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

Unified Diff: chrome/browser/resources/options/chromeos_language_chewing_options.html

Issue 6150003: DOMUI: Implement the i18n-options attribute that allows the client to load (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Nit fix. Created 9 years, 11 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
« no previous file with comments | « no previous file | chrome/browser/resources/options/chromeos_language_customize_modifier_keys_overlay.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/options/chromeos_language_chewing_options.html
diff --git a/chrome/browser/resources/options/chromeos_language_chewing_options.html b/chrome/browser/resources/options/chromeos_language_chewing_options.html
index e71838b37f8a707511c0bf3dcf1af62125a2908f..dd11a85cf6d19a235cd4306acd00360181cd4920 100644
--- a/chrome/browser/resources/options/chromeos_language_chewing_options.html
+++ b/chrome/browser/resources/options/chromeos_language_chewing_options.html
@@ -97,7 +97,7 @@
<td class="option-value">
<select id="chewing-cand-per-page" class="control"
pref="settings.language.chewing_cand_per_page"
- data-values="Chewing_candPerPageValue"></select>
+ i18n-options="Chewing_candPerPageValue"></select>
</td>
</tr>
<tr>
@@ -105,7 +105,7 @@
<td class="option-value">
<select id="chewing-keyboard-type" class="control"
pref="settings.language.chewing_keyboard_type"
- data-values="Chewing_KBTypeValue"></select>
+ i18n-options="Chewing_KBTypeValue"></select>
</td>
</tr>
<tr>
@@ -113,7 +113,7 @@
<td class="option-value">
<select id="chewing-sel-keys" class="control"
pref="settings.language.chewing_sel_keys"
- data-values="Chewing_selKeysValue"></select>
+ i18n-options="Chewing_selKeysValue"></select>
</td>
</tr>
<tr>
@@ -121,7 +121,7 @@
<td class="option-value">
<select id="chewing-sel-key-type" class="control"
pref="settings.language.chewing_hsu_sel_key_type"
- data-values="Chewing_hsuSelKeyTypeValue"></select>
+ i18n-options="Chewing_hsuSelKeyTypeValue"></select>
</td>
</tr>
</table>
« no previous file with comments | « no previous file | chrome/browser/resources/options/chromeos_language_customize_modifier_keys_overlay.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698